Table of Contents

Class RadioGroupClientProperties

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

Represents client properties of a RadioGroupComponent.

public class RadioGroupClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
RadioGroupClientProperties
Implements
Inherited Members
Extension Methods

Constructors

RadioGroupClientProperties()

public RadioGroupClientProperties()

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

Radio group options.

public IEnumerable<RadioButton> Options { get; set; }

Property Value

IEnumerable<RadioButton>