Back to Devexpress

IEditorBase Members

blazor-devexpress-dot-blazor-dot-ieditorbase-dot-underscore-members.md

latest1.8 KB
Original Source

IEditorBase Members

A base interface for DevExpress Blazor editors.

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the component.
CssClassAssigns a CSS class to the component.
EnabledSpecifies whether the component can respond to user interactions.
IdSpecifies the component’s unique identifier.
ReadOnlySpecifies whether the read-only mode is active.
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.
SizeModeSpecifies the component’s size.
ValidationEnabledSpecifies whether the editor validates user input.

Methods

NameDescription
BeginUpdate()Suspends component updates caused by parameter changes and method calls until the EndUpdate() method is called.
EndUpdate()Resumes component updates (when the BeginUpdate() method pauses updates) and re-renders the component.

See Also

IEditorBase Interface

DevExpress.Blazor Namespace