DropDownElementVisibility Enum
Lists values that specify the visibility mode of the dropdown editor’s elements (Ok and Cancel buttons).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Never
|
Never displays elements in the editor’s dropdown. |
DropDown
|
Displays the element when the drop-down window is displayed in regular mode. |
ModalDropDown
|
Displays the element when the drop-down window is displayed in modal mode. |
Always
|
Elements in the dropdown are always visible. |
Related API Members
The following properties accept/return DropDownElementVisibility values:
Remarks
Values listed by this enumerator allows you to specify in which cases the OK and Cancel command buttons are visible or hidden.
The values listed by this enumeration are used to specify the DropDownEditCommandButton.Visibility property.