Class
TileListConstants

The TileLists constants used in the verifications and action messages.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class TileListConstants

Inheritance: objectTileListConstants

Fields

CssRadTile

The CSS class of the RadTile wrapper element.

Declaration

cs-api-definition
public const string CssRadTile = "RadTile"

Field Value

string

CssRadTileList

The base CSS class of the RadTileList wrapper element.

Declaration

cs-api-definition
public const string CssRadTileList = "RadTileList"

Field Value

string

TileKey

The Tile key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string TileKey = "RadTile"

Field Value

string

TileListKey

The TileList key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string TileListKey = "RadTileList"

Field Value

string