blazor-devexpress-dot-blazor-dot-dxradio-1-dot-underscore-members.md
An individual radio button that allows you to build radio groups with a custom item layout.
| Name | Description |
|---|---|
| DxRadio() | Initializes a new instance of the DxRadio<TValue> class. |
| 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. |
| ChildContent | Specifies custom content for the radio button’s label. |
| CssClass | Assigns a CSS class to the editor. Inherited from DxDataEditor<T>. |
| Enabled | Specifies whether an editor is enabled. Inherited from DxDataEditor<T>. |
| GroupName | Specifies the name of a radio group to which the radio button belongs. This property is required. |
| GroupValue | Specifies the value of the selected radio button. |
| GroupValueExpression | Specifies a lambda expression that identifies the GroupValue property’s bound value when the Radio is placed in the EditForm. |
| IconCssClass | Specifies the name of the CSS class applied to the radio button’s icon. |
| Id | Specifies the component’s unique identifier. |
| LabelPosition | Specifies the position of the button label relative to the clickable circle. |
| LabelWrapMode | Specifies word wrap style for the label. |
| ReadOnly | Specifies whether read-only mode is active. Inherited from DxDataEditor<T>. |
| ShowValidationSuccessState | 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 DxDataEditor<T>. |
| SizeMode | Specifies an editor size. Inherited from DxDataEditor<T>. |
| ValidationEnabled | Specifies whether the editor validates user input. Inherited from DxDataEditor<T>. |
| Value | Specifies the radio button’s value. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| GroupValueChanged | Fires when the selected radio button changes. |
See Also