Gets or sets the menu depth to which the C1MenuItemBinding object is applied.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute()]
[TypeConverterAttribute(typeof(TreeNodeBindingDepthConverter))]
[C1CategoryAttribute("Category.Data")]
public int Depth { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<TypeConverterAttribute(GetType(TreeNodeBindingDepthConverter))> _
<C1CategoryAttribute("Category.Data")> _
Public Property Depth As Integer
	Get
	Set

See Also