Back to Devexpress

DxCheckBox<T> Properties

blazor-devexpress-dot-blazor-dot-dxcheckbox-1-dot-underscore-properties.md

latest4.0 KB
Original Source

DxCheckBox<T> Properties

A check box control that allows users to toggle between two or three states.

NameDescription
AlignmentSpecifies the alignment of a CheckBox’s content.
AllowIndeterminateStateSpecifies whether the CheckBox supports the indeterminate state.
AllowIndeterminateStateByClickSpecifies whether users can set the checkbox state to indeterminate.
AttributesSpecifies a collection of standard HTML attributes applied to the CheckBox.
CheckedSpecifies the checkbox’s state.
CheckedExpressionSpecifies a lambda expression that identifies the Checked property’s bound value when the CheckBox is placed in the EditForm.
CheckTypeSpecifies the checkbox type.
ChildContentSpecifies CheckBox custom content.
CssClassAssigns a CSS class to the editor. Inherited from DxDataEditor<T>.
DisableDefaultRenderSpecifies whether to hide the default check mark.
EnabledSpecifies whether an editor is enabled. Inherited from DxDataEditor<T>.
IdSpecifies the component’s unique identifier.
InputIdSpecifies a unique identifier (ID) of the CheckBox’s input element.
LabelPositionSpecifies the horizontal position of the checkbox’s child content relative to the check mark.
LabelWrapModeSpecifies how the CheckBox label is wrapped.
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>.
ValueCheckedSpecifies the value that corresponds to the checkbox’s checked state.
ValueIndeterminateSpecifies the value that corresponds to the checkbox’s indeterminate state.
ValueUncheckedSpecifies the value that corresponds to the checkbox’s unchecked state.

See Also

DxCheckBox<T> Class

DxCheckBox<T> Members

DevExpress.Blazor Namespace