Skip to main content
All docs
V21.2

BootstrapDropDownEditModalCommandButton.Visibility Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v21.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public override DropDownElementVisibility Visibility { get; set; }

Property Value

Type
DropDownElementVisibility

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