Click or drag to resize
KaxMenuItemGroupSettingsExpandDirection Property
Gets or sets the direction in which child items will open.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ExpandDirection ExpandDirection { get; set; }

Property Value

Type: ExpandDirection
One of the ExpandDirection enumeration values. The default value is Auto.
Remarks
Use the ExpandDirection property to specify different expand direction than the automatically determined one. See the ExpandDirection description for more information.
See Also