Class RadioGroupClientProperties
Represents client properties of a RadioGroupComponent.
public class RadioGroupClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<string>RadioGroupClientProperties
- 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
Radio group options.
public IEnumerable<RadioButton> Options { get; set; }
Property Value
- IEnumerable<RadioButton>