Skip to main content
Tab

MenuStyles.SubMenu Property

Gets the style settings that define the submenu appearance within a menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public MenuStyle SubMenu { get; }

#Property Value

Type Description
MenuStyle

A MenuStyle object that contains the style settings.

See Also