Gets the general layout orientation of the panel.

Namespace:  C1.Web.UI.Controls.C1NavPanel
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[BrowsableAttribute(false)]
public override C1ExpandDirection ExpandDirection { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overrides Property ExpandDirection As C1ExpandDirection
	Get
	Set

Field Value

See Also