Skip to main content
Tab

MenuStyles.Control Property

OBSOLETE

Use the Style property instead.

Gets the style settings that define the menu appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the Style property instead.", true)]
public MenuStyle Control { get; }

Property Value

Type
MenuStyle
See Also