A newer version of this page is available.
Switch to the current version.
ASPxMenu.FirstSubMenuDirection Property
Gets or sets the direction in which the first sub-menu appears.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(FirstSubMenuDirection.Auto)]
public FirstSubMenuDirection FirstSubMenuDirection { get; set; }
<DefaultValue(FirstSubMenuDirection.Auto)>
Public Property FirstSubMenuDirection As FirstSubMenuDirection
Property Value
Type | Default | Description |
---|---|---|
FirstSubMenuDirection | Auto |
One of the FirstSubMenuDirection enumeration values. |
Remarks
You can specify the menu orientation (horizontal or vertical) via the ASPxMenu.Orientation property. Use the FirstSubMenuDirection property to specify the first sub-menu direction relative to the menu.
See Also
Feedback