Back to Devexpress

IDropDownBox Members

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

latest5.5 KB
Original Source

IDropDownBox Members

An interface that defines the DxDropDownBox component’s API members (properties and methods).

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the component. Inherited from IEditorBase.
ClearButtonDisplayModeSpecifies whether the editor displays the Clear button when the editor is not empty.
CssClassAssigns a CSS class to the component. Inherited from IEditorBase.
DropDownBodyCssClassAssigns a CSS class to the drop-down body in DxDropDownBox.
DropDownBodyTemplateSpecifies a template for the drop-down window’s body.
DropDownCssClassAssigns a CSS class to the editor’s drop-down window.
DropDownDirectionSpecifies the direction in which the drop-down window is displayed relative to the editor’s input element.
DropDownFooterTemplateSpecifies a template for the drop-down window’s footer.
DropDownHeaderTemplateSpecifies a template for the drop-down window’s header.
DropDownVisibleSpecifies the current state (displayed/hidden) of a drop-down window.
DropDownWidthModeSpecifies the width of the drop-down window.
EditBoxDisplayTemplateSpecifies the template used to display edit box content.
EnabledSpecifies whether the component can respond to user interactions. Inherited from IEditorBase.
IdSpecifies the component’s unique identifier. Inherited from IEditorBase.
InputCssClassAssigns a CSS class to the editor’s input.
InputIdSpecifies a unique identifier (ID) of the editor’s input element.
NullTextSpecifies the prompt text displayed in the editor when its value is null or when the display text is not specified.
ReadOnlySpecifies whether the read-only mode is active. Inherited from IEditorBase.
ShowDropDownButtonSpecifies whether the editor displays the built-in button that invokes a drop-down window.
ShowValidationIconSpecifies whether the editor shows a validation icon.
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 IEditorBase.
SizeModeSpecifies the component’s size. Inherited from IEditorBase.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from IEditorBase.
ValueSpecifies the editor value.

Methods

NameDescription
BeginUpdate()Suspends component updates caused by parameter changes and method calls until the EndUpdate() method is called. Inherited from IEditorBase.
EndUpdate()Resumes component updates (when the BeginUpdate() method pauses updates) and re-renders the component. Inherited from IEditorBase.
FocusAsync()Moves focus to the DxDropDownBox component.
GetDisplayText()Returns a text defined by the QueryDisplayText function.
HideDropDown()Hides the editor’s drop-down window.
ShowDropDown()Displays the editor’s drop-down window.

See Also

IDropDownBox Interface

DevExpress.Blazor Namespace