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:

public class TileLayoutState

Inheritance: objectTileLayoutState

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

IList<TileLayoutItemState>