Class
TileLayoutState

Describes the state of the TileLayout so you can store it and apply it to the component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TileLayoutState

Inheritance: objectTileLayoutState

Constructors

TileLayoutState()

Declaration

cs-api-definition
public TileLayoutState()

Properties

ItemStates

A collection of models that describe each individual tile. Applied sequenatially to the tiles in the component markup.

Declaration

cs-api-definition
public IList<TileLayoutItemState> ItemStates { get; set; }

Property Value

IList<TileLayoutItemState>