FileManagerToolbarCustomDropDownButton.DropDownMode Property
Gets or sets a value that specifies whether a toolbar item‘s drop-down menu 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 sub menu is opened by hovering over any area of the parent toolbar item.
The enabled DropDownMode property only provides for opening the sub menu by using a specific drop-down button. A hover over another part of an item (for instance, an item caption, etc.) won’t open the sub menu.
You can use the FileManagerToolbarCustomDropDownButton.PopOutImage property to specify the drop down button image.