[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputRadioButton

InputRadioButton Class

Represents a radio button element in a C1InputPanel control.

Inheritance
InputRadioButton
Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public class InputRadioButton : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable

Constructors

Name Description
InputRadioButton()

Initializes a new instance of InputRadioButton.

Properties

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.

Methods

Name Description
OnCheckedChanged(EventArgs)

Raises the CheckedChanged event.

OnSelectedIndexChanged(EventArgs)

Raises the SelectedIndexChanged event.

Events

Name Description
CheckedChanged

Fires when the value of the Checked property changes.

SelectedIndexChanged

Fires when the value of the SelectedIndex property changes.