Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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