Represents the different ways menu items can flow.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax Public Enumeration ItemFlow
public enum class ItemFlow
Members
| Member name | Value | Description |
---|
| Vertical | 0 |
Items will flow one below the other
|
| Horizontal | 1 |
Items will flow one after another
|
Remarks
The ItemFlow enumeration is used to specify the flow of submenu
items.
See Also