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

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.

public bool Inline { get; set; }

Property Value

bool

Options

Data source for options in radio group.

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 (";").

[RequiredValidationRule]
public string OptionsValueSeparator { get; set; }

Property Value

string