Specifies the general layout orientation of the panel.

Namespace:  C1.Web.UI.Controls.C1Expander
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, C1ExpandDirection.Bottom)]
[DefaultValueAttribute(C1ExpandDirection.Bottom)]
public virtual C1ExpandDirection ExpandDirection { get; set; }
Visual Basic
<JsonAttribute(True, True, C1ExpandDirection.Bottom)> _
<DefaultValueAttribute(C1ExpandDirection.Bottom)> _
Public Overridable Property ExpandDirection As C1ExpandDirection
	Get
	Set

See Also