Class TileSelectorComponentAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Indicates that the tile selector form component will be used for editing of this property value in the administration interface.
public sealed class TileSelectorComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeTileSelectorComponentAttribute
- Inherited Members
- Extension Methods
Constructors
TileSelectorComponentAttribute()
public TileSelectorComponentAttribute()
Properties
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