Class RadioButton
Represents client properties of one button in RadioGroupComponent.
public class RadioButton
- Inheritance
-
objectRadioButton
- Extension Methods
Properties
Alert
Button alert state.
public bool? Alert { get; set; }
Property Value
- bool?
Caption
Button caption.
public string Caption { get; set; }
Property Value
- string
Disabled
Button disabled state.
public bool? Disabled { get; set; }
Property Value
- bool?
Label
Button label.
public string Label { get; set; }
Property Value
- string
Value
Button return value.
public string Value { get; set; }
Property Value
- string