New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TileLayoutEventArgsBase

Inheritance: objectTileLayoutEventArgsBase

Derived Classes: TileLayoutReorderEventArgsTileLayoutResizeEventArgs

Constructors

C#
public TileLayoutEventArgsBase()

Properties

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.

C#
public string Id { get; set; }