Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true if a drop-down menu can be invoked by using the drop-down button only; false if a drop-down menu can be invoked by using any area of the item.

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.

See Also