Table of Contents
ExpandDirection Enumeration

Specifies the direction to which submenu expands.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum ExpandDirection
Remarks

This enumeration is used by MenuGroup's ExpandDirection to specify the direction to which the menu group expands.

Members
Member Name Description
Auto Automatically determines the proper ExpandDirection. The submenu will expand to BottomRight if the parent menu item belongs to a vertical menu group, or Bottom if the parent item menu item belongs to a horizontal menu group.
TopLeft Expands submenu to top left of the parent item.
BottomLeft Expands submenu to bottom left of the parent item.
Top Expands submenu to top of the parent item.
Bottom Expands submenu to bottom of the parent item.
TopRight Expands submenu to top right of the parent item.
BottomRight Expands submenu to bottom right of the parent item.
All Expands to all directions.
See Also