Class
TileLayoutEventArgsBase

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TileLayoutEventArgsBase

Inheritance: objectTileLayoutEventArgsBase

Derived Classes: TileLayoutReorderEventArgsTileLayoutResizeEventArgs

Constructors

TileLayoutEventArgsBase()

Declaration

cs-api-definition
public TileLayoutEventArgsBase()

Properties

Id

The Id of the tilelayoutitem that has been updated.

Declaration

cs-api-definition
public string Id { get; set; }

Property Value

string