Table of Contents

Class TileSelectorItem

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Represents the item in the tile selector.

public class TileSelectorItem
Inheritance
object
TileSelectorItem
Extension Methods

Properties

Disabled

Indicates if the tile is disabled.

public bool Disabled { get; set; }

Property Value

bool

Icon

Tile icon name.

public string Icon { get; set; }

Property Value

string

Identifier

Identifier of the item.

public int Identifier { get; set; }

Property Value

int

Label

Label of the tile.

public string Label { get; set; }

Property Value

string

Tooltip

Tooltip of the item.

public string Tooltip { get; set; }

Property Value

string