Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.Web
- Classes
- Structures
- Enumerations
- BackgroundRepeat Enumeration
- CalendarSwapStyle Enumeration
- CalendarTitleTemplateScope Enumeration
- CalendarWeekNumberBase Enumeration
- CallbackPanelUpdateMode Enumeration
- CallbackQueueMode Enumeration
- CaptchaCharSet Enumeration
- CaptchaImageStorage Enumeration
- CaptchaNoiseLevel Enumeration
- CheckState Enumeration
- ColorModel Enumeration
- DatePickerPopupTrigger Enumeration
- DialogState Enumeration
- DragDropScope Enumeration
- EditorMode Enumeration
- EditorPasteFilter Enumeration
- EditorToolBarSet Enumeration
- EffectType Enumeration
- ExpandDirection Enumeration
- ExpandOnClickState Enumeration
- FloaterGlideMode Enumeration
- FloaterScrollMode Enumeration
- GridColumnDataType Enumeration
- ImageZoomEffectType Enumeration
- ImageZoomPosition Enumeration
- LineBreakMode Enumeration
- MaskedEditSegmentType Enumeration
- MenuItemImages.ImageMode Enumeration
- ModifierKeys Enumeration
- MsgBoxButtonType Enumeration
- NavigationItemSearchOptions Enumeration
- NavigatorAutoSelectSource Enumeration
- NavigatorAutoSelectTarget Enumeration
- Orientation Enumeration
- OverlapAlign Enumeration
- OverlapDirection Enumeration
- RatingPrecision Enumeration
- ReadingDirection Enumeration
- RunningMode Enumeration
- ScrollBars Enumeration
- SlideMenuEffect Enumeration
- SliderTickPosition Enumeration
- SortOrder Enumeration
- SplitterButtonAlignment Enumeration
- SplitterPaneState Enumeration
- SubMenuIconSource Enumeration
- SubMenuPositionConfine Enumeration
- ToolBarItemTextAlign Enumeration
- ToolBarItemType Enumeration
- ToolTipAnimation Enumeration
- TopLevelItemAlign Enumeration
- TreeViewSingleExpandMode Enumeration
- Delegates
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
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