Table of Contents

Class RadioGroupProperties

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

Represent properties of the RadioGroupComponent.

public class RadioGroupProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
RadioGroupProperties
Implements
Inherited Members
Extension Methods

Constructors

RadioGroupProperties()

public RadioGroupProperties()

Properties

AriaLabel

Gets or sets assistive technology (e.g. screen readers) label to an otherwise anonymous HTML element.

public string AriaLabel { get; set; }

Property Value

string

Inline

Indicates if options should be displayed inline.

[CheckBoxComponent(Label = "{$base.forms.radiogroup.inline.label$}", Tooltip = "{$base.forms.radiogroup.inline.tooltip$}")]
public bool Inline { get; set; }

Property Value

bool

Options

Data source for options in radio group.

[TextAreaComponent(Label = "{$base.forms.radiogroup.options.label$}", ExplanationText = "{$base.forms.radiogroup.options.explanation$}")]
public string Options { get; set; }

Property Value

string

OptionsValueSeparator

Gets or sets a string that separates values from text in Options. Default separator is a semicolon (";").

[TextInputComponent(Label = "{$base.forms.radiogroup.optionsvalueseparator.label$}", ExplanationText = "{$base.forms.radiogroup.optionsvalueseparator.explanation$}")]
[RequiredValidationRule]
public string OptionsValueSeparator { get; set; }

Property Value

string