Back to Devexpress

MenuSettingsBase.RootItemSubMenuOffset Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-fc87c753.md

latest1.6 KB
Original Source

MenuSettingsBase.RootItemSubMenuOffset Property

Gets specific offset settings for submenus of the root menu items.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ItemSubMenuOffset RootItemSubMenuOffset { get; }
vb
Public ReadOnly Property RootItemSubMenuOffset As ItemSubMenuOffset

Property Value

TypeDescription
ItemSubMenuOffset

An ItemSubMenuOffset object that contains specific offset settings for the root menu items’ submenus.

|

Remarks

Use the RootItemSubMenuOffset property to access and customize specific offset settings which define how submenus of different root menu items are shifted horizontally and vertically relative to their parent root menu items.

See Also

ItemSubMenuOffset

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace