Click or drag to resize
KaxNavigationBarMaxDataBindDepth Property
Gets or sets the maximum number of levels to bind to the KaxNavigationBar control.

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

Property Value

Type: Int32
The maximum number of levels to bind to the KaxNavigationBar control. The default is -1, which binds all the levels in the data source to the control.
Remarks
When binding the KaxNavigationBar control to a data source, use the MaxDataBindDepth property to limit the number of levels to bind to the control. For example, setting this property to 2 binds only the root panel items and their immediate children. All remaining records in the data source are ignored.
See Also