DropDownEditCommandButton.Visibility Property
In This Article
Gets or sets the visibility behavior of the elements in the dropdown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DropDownElementVisibility.Never)]
public virtual DropDownElementVisibility Visibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Drop |
Never | One of the Drop |
Available values:
Name | Description |
---|---|
Never | Never displays elements in the editor’s dropdown. |
Drop |
Displays the element when the drop-down window is displayed in regular mode. |
Modal |
Displays the element when the drop-down window is displayed in modal mode. |
Always | Elements in the dropdown are always visible. |
See Also