Gets and sets the direction to which a submenu expands.
Property Value
ExpandDirection
An ExpandDirection enumeration specifying the direction to which a submenu expands. By default, expand direction is determined automatically.
This property is read/write.
Remarks
By default, submenu expands to the bottom in a horizontal menu and to the right in a vertical menu.
You can change default behavior by specifying direction in this property, for example, if you menu is placed at the right side of the page, you can set ExandDirection to BottomLeft.
See Also
MenuGroup Class | EO.Web Namespace