Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MenuGroup.ExpandDirection Property

Gets and sets the direction to which a submenu expands.

[Visual Basic]
Public Property ExpandDirection As ExpandDirection
[C#]
public ExpandDirection ExpandDirection {get; set;}

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


Direct link to this topic