Class IconSelectorComponent
Represents an icon selector form component
[ComponentAttribute(typeof(IconSelectorComponentAttribute))]
public sealed class IconSelectorComponent : FormComponent<IconSelectorProperties, IconSelectorClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectIconSelectorComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
IconSelectorComponent(ILocalizationService)
Creates a new instance of the IconSelectorComponent class.
public IconSelectorComponent(ILocalizationService localizationService)
Parameters
localizationService
ILocalizationService
Fields
IDENTIFIER
IconSelectorComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.IconSelector"
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(IconSelectorClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(IconSelectorClientProperties clientProperties)
Parameters
clientProperties
IconSelectorClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.