KaxNavigationItemLevel Property |
Manages the item level of a particular Item instance. This property allows easy
implementation/separation of the panel items in levels.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int Level { get; }
Public ReadOnly Property Level As Integer
Get
public:
property int Level {
int get ();
}
member Level : int with get
Property Value
Type:
Int32See Also