Class RadioGroupComponent
Represents a radio group form component.
[ComponentAttribute(typeof(RadioGroupComponentAttribute))]
public sealed class RadioGroupComponent : FormComponent<RadioGroupProperties, RadioGroupClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectRadioGroupComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
RadioGroupComponent(ILocalizationService)
Creates a new instance of RadioGroupComponent
public RadioGroupComponent(ILocalizationService localizationService)
Parameters
localizationServiceILocalizationService
Fields
IDENTIFIER
Represents the RadioGroupComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.RadioGroup"
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(RadioGroupClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(RadioGroupClientProperties clientProperties)
Parameters
clientPropertiesRadioGroupClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.