Class
TileLayoutEventArgsBase

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class TileLayoutEventArgsBase

Inheritance: objectTileLayoutEventArgsBase

Derived Classes: TileLayoutReorderEventArgsTileLayoutResizeEventArgs

Constructors

TileLayoutEventArgsBase()

Declaration

public TileLayoutEventArgsBase()

Properties

Id

The Id of the tilelayoutitem that has been updated.

Declaration

public string Id { get; set; }

Property Value

string