DropDownEditCommandButton.Visibility Property
Gets or sets the visibility behavior of the elements in the dropdown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(DropDownElementVisibility.Never)]
public virtual DropDownElementVisibility Visibility { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DropDownElementVisibility | Never | One of the DropDownElementVisibility enumeration values. |
Available values:
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. |
See Also