Back to Devexpress

DxRadio<TValue> Members

blazor-devexpress-dot-blazor-dot-dxradio-1-dot-underscore-members.md

latest5.6 KB
Original Source

DxRadio<TValue> Members

An individual radio button that allows you to build radio groups with a custom item layout.

Constructors

NameDescription
DxRadio()Initializes a new instance of the DxRadio<TValue> class.

Properties

NameDescription
AlignmentSpecifies the position of the radio button’s label relative to the container boundaries.
AttributesSpecifies a collection of standard HTML attributes applied to the radio button.
ChildContentSpecifies custom content for the radio button’s label.
CssClassAssigns a CSS class to the editor. Inherited from DxDataEditor<T>.
EnabledSpecifies whether an editor is enabled. Inherited from DxDataEditor<T>.
GroupNameSpecifies the name of a radio group to which the radio button belongs. This property is required.
GroupValueSpecifies the value of the selected radio button.
GroupValueExpressionSpecifies a lambda expression that identifies the GroupValue property’s bound value when the Radio is placed in the EditForm.
IconCssClassSpecifies the name of the CSS class applied to the radio button’s icon.
IdSpecifies the component’s unique identifier.
LabelPositionSpecifies the position of the button label relative to the clickable circle.
LabelWrapModeSpecifies word wrap style for the label.
ReadOnlySpecifies whether read-only mode is active. Inherited from DxDataEditor<T>.
ShowValidationSuccessStateSpecifies 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>.
SizeModeSpecifies an editor size. Inherited from DxDataEditor<T>.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from DxDataEditor<T>.
ValueSpecifies the radio button’s value.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
GroupValueChangedFires when the selected radio button changes.

See Also

DxRadio<TValue> Class

DevExpress.Blazor Namespace