Table of Contents

Class RadioGroupComponent

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a radio group form component.

[ComponentAttribute(typeof(RadioGroupComponentAttribute))]
public sealed class RadioGroupComponent : FormComponent<RadioGroupProperties, RadioGroupClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
RadioGroupComponent
Implements
Inherited Members
Extension Methods

Constructors

RadioGroupComponent(ILocalizationService)

Creates a new instance of RadioGroupComponent

public RadioGroupComponent(ILocalizationService localizationService)

Parameters

localizationService ILocalizationService

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

clientProperties RadioGroupClientProperties

The current instance of the form component client properties.

Returns

Task

Remarks

Override this method in order to configure form component client properties.

GetValue()

Gets the value of the component. Returns null if currently set value is not one of the available options.

public override string GetValue()

Returns

string