Class TileSelectorClientProperties
Tile selector client properties.
public class TileSelectorClientProperties : FormComponentClientProperties<TileSelectorItem>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectTileSelectorClientProperties
- Implements
- Inherited Members
- Extension Methods
Properties
Items
Items available for selection in the selector.
public IEnumerable<TileSelectorItem> Items { get; set; }
Property Value
- IEnumerable<TileSelectorItem>
NoItemsHeading
Heading of the message if no items are available for selection.
public string NoItemsHeading { get; set; }
Property Value
- string
NoItemsMessage
Message to display if no items are available for selection.
public string NoItemsMessage { get; set; }
Property Value
- string