[]
Represents a radio button element in a C1InputPanel control.
public class InputRadioButton : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
Name | Description |
---|---|
InputRadioButton() | Initializes a new instance of InputRadioButton. |
Name | Description |
---|---|
AutoEllipsis | Enables the automatic handling of text that extends beyond the width of the component. |
BoundValue | Gets or sets the bound data value associated with this component. |
CheckAlign | Gets or sets where the radio checkbox should be placed within the component. |
Checked | Indicates whether the component is in the checked state. |
DefaultPadding | Gets the default padding within the InputRadioButton. |
GroupName | Gets or sets the name that specifies which InputRadioButton components are mutually exclusive. |
SelectedIndex | Gets or sets index of the selected item in the group of radio buttons. |
Text | Gets or sets the text associated with the component. |
Name | Description |
---|---|
OnCheckedChanged(EventArgs) | Raises the CheckedChanged event. |
OnSelectedIndexChanged(EventArgs) | Raises the SelectedIndexChanged event. |
Name | Description |
---|---|
CheckedChanged | Fires when the value of the Checked property changes. |
SelectedIndexChanged | Fires when the value of the SelectedIndex property changes. |