Class TileSelectorComponent
Base class for tile selector component.
[ComponentAttribute(typeof(TileSelectorComponentAttribute))]
public sealed class TileSelectorComponent : FormComponent<TileSelectorProperties, TileSelectorClientProperties, TileSelectorItem>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectTileSelectorComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
TileSelectorComponent(IHttpContextAccessor, ILocalizationService)
Initializes an instance of the TileSelectorComponent class.
public TileSelectorComponent(IHttpContextAccessor httpContextAccessor, ILocalizationService localizationService)
Parameters
httpContextAccessor
IHttpContextAccessorlocalizationService
ILocalizationService
Fields
IDENTIFIER
Represents the TileSelectorComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.TileSelector"
Field Value
- string
Properties
ClientComponentName
Name of the front-end type implementing the UI form component.
public override string ClientComponentName { get; }
Property Value
- string
Methods
ConfigureClientProperties(TileSelectorClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(TileSelectorClientProperties clientProperties)
Parameters
clientProperties
TileSelectorClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.