DxRadio<TValue> Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Alignment | Specifies the position of the radio button’s label relative to the container boundaries. |
Attributes | Specifies a collection of standard HTML attributes applied to the radio button. |
Child |
Specifies custom content for the radio button’s label. |
Css |
Assigns a CSS class to the editor.
Inherited from Dx |
Enabled |
Specifies whether an editor is enabled.
Inherited from Dx |
Group |
Specifies the name of a radio group to which the radio button belongs. This property is required. |
Group |
Specifies the value of the selected radio button. |
Group |
Specifies a lambda expression that identifies the Group |
Icon |
Specifies the name of the CSS class applied to the radio button’s icon. |
Id | Specifies the component’s unique identifier. |
Label |
Specifies the position of the button label relative to the clickable circle. |
Label |
Specifies word wrap style for the label. |
Read |
Specifies whether read-only mode is active.
Inherited from Dx |
Show |
Specifies whether the editor indicates successful validation. When an input value is valid, the editor displays a green outline and can show a success icon.
Inherited from Dx |
Size |
Specifies an editor size.
Inherited from Dx |
Validation |
Specifies whether the editor validates user input.
Inherited from Dx |
Value | Specifies the radio button’s value. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Group |
Fires when the selected radio button changes. |