Skip to main content
A newer version of this page is available.

BootstrapGridViewToolbarMenuItem.DropDownMode Property

Gets or sets a value that specifies whether the toolbar item’s drop-down menu should only be invoked by using a dedicated drop down button.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public bool DropDownMode { get; set; }

Property Value

Type Description
Boolean

true if the drop down button is enabled; otherwise, false.

See Also