KaxMenuItemGroupSettingsExpandDirection Property |
Gets or sets the direction in which child items will open.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ExpandDirection ExpandDirection { get; set; }
Public Property ExpandDirection As ExpandDirection
Get
Set
public:
property ExpandDirection ExpandDirection {
ExpandDirection get ();
void set (ExpandDirection value);
}
member ExpandDirection : ExpandDirection with 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