ToolBarDropDownExpandDirection Enumeration |
Specifies the expand direction of a drop down within the
KaxToolBar control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum ToolBarDropDownExpandDirection
Public Enumeration ToolBarDropDownExpandDirection
public enum class ToolBarDropDownExpandDirection
type ToolBarDropDownExpandDirection
Members
| Member name | Value | Description |
---|
| Up | 0 |
The drop down will expand upwards
|
| Down | 1 |
The drop down will expand downwards
|
See Also