Class TileLayoutState
Describes the state of the TileLayout so you can store it and apply it to the component.
Inheritance
System.Object
TileLayoutState
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TileLayoutState : Object
Constructors
TileLayoutState()
Declaration
public TileLayoutState()
Properties
ItemStates
A collection of models that describe each individual tile. Applied sequenatially to the tiles in the component markup.
Declaration
public IList<TileLayoutItemState> ItemStates { get; set; }
Property Value
System.Collections.Generic.IList<TileLayoutItemState>
|