Class TileSelectorItem
Represents the item in the tile selector.
public class TileSelectorItem
- Inheritance
-
objectTileSelectorItem
- 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