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

GridToolbarItem.DropDownMode Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Remarks

Typically, a toolbar item’s popup menu is opened by clicking any area of the parent toolbar item.

The enabled DropDownMode property allows opening the toolbar item’s popup menu by using a specific drop down button. A mouse click to another part of a toolbar item won’t open the popup menu.

See Also