Class TileSelectorProperties
Tile selector properties.
public sealed class TileSelectorProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectTileSelectorProperties
- Implements
- Inherited Members
- Extension Methods
Properties
AllowedContentTypeIdentifiers
Collection of allowed content types identifiers.
public ICollection<int> AllowedContentTypeIdentifiers { get; set; }
Property Value
- ICollection<int>
ItemsProvider
Defines the type which provides the method to retrieve tile selector items.
The items provider type must implement the ITileSelectorItemsProvider interface.
public Type ItemsProvider { get; set; }
Property Value
- Type
NoItemsHeading
Heading of the message if ItemsProvider returns no items to display.
public string NoItemsHeading { get; set; }
Property Value
- string
NoItemsMessage
Message to display if ItemsProvider returns no items to display.
public string NoItemsMessage { get; set; }
Property Value
- string