DxRadio<TValue> Properties
An individual radio button that allows you to build radio groups with a custom item layout.
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. |