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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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