Class TileLayoutEventArgsBase
Inheritance
System.Object
TileLayoutEventArgsBase
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TileLayoutEventArgsBase : Object
Constructors
TileLayoutEventArgsBase()
Declaration
public TileLayoutEventArgsBase()
Properties
Id
The Id of the tilelayoutitem that has been updated.
Declaration
public string Id { get; set; }
Property Value
System.String
|