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

Gets the unique identifier of the tile that triggered the event. This corresponds to the Id property of the affected tile. Use this value to identify which specific tile was resized or reordered in your event handlers.

Declaration

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

Property Value

string