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

FileManagerToolbarCustomDropDownButton.SubMenuStyle Property

Gets the style settings for the client regions of all sub-menus of the current toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public MenuStyle SubMenuStyle { get; }

Property Value

Type Description
MenuStyle

A MenuStyle object that contains the style settings.

Remarks

The SubMenuStyle property provides access to the style settings that define the common appearance style for the client regions of all sub-menus of the current toolbar item. A sub-menu’s client region is defined as the area where sub-menu items are displayed.

See Also