Back to Devexpress

DxInputDataEditorBase<T> Properties

blazor-devexpress-dot-blazor-dot-base-dot-dxinputdataeditorbase-1-dot-underscore-properties.md

latest2.8 KB
Original Source

DxInputDataEditorBase<T> Properties

Defines the base API for editors that contain an input element.

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the editor.
ClearButtonDisplayModeSpecifies whether an input editor displays the Clear button when it is not empty.
CssClassAssigns a CSS class to the editor. Inherited from DxDataEditor<T>.
EnabledSpecifies whether an editor is enabled. Inherited from DxDataEditor<T>.
IdSpecifies the component’s unique identifier.
InputCssClassAssigns a CSS class to the editor’s input.
InputIdSpecifies a unique identifier (ID) of an editor’s input element.
NullTextSpecifies the editor’s prompt text when the editor’s value is null.
ReadOnlySpecifies whether read-only mode is active. Inherited from DxDataEditor<T>.
ShowValidationIconSpecifies whether an editor shows validation icons.
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>.

See Also

DxInputDataEditorBase<T> Class

DxInputDataEditorBase<T> Members

DevExpress.Blazor.Base Namespace