Gets or sets the orientation (horizontal or vertical) of the group.
[Visual Basic]
Overridable Public Property Orientation As
Orientation
[C#]
public virtual
Orientation Orientation {get; set;}
Property Value
Orientation
An Orientation enumeration specifying the direction in which to render the group.
This property is read /write.
Remarks
Use Orientation property to specify whether a NavigationItemGroup should be horizontal or vertical. You can set this property on each NavigationGroup separately.
See Also
BaseMenuItemGroup Class | EO.Web Namespace