Version

MaxDepth Property

Gets/sets the maximum allowed depth of the hierarchy of the XamGrid. This property is useful for when the data source provided as an infinite recursion.
Syntax
'Declaration
 
Public Property MaxDepth As Integer
public int MaxDepth {get; set;}
Remarks
This property is essentially zero based, as the root level would be considered a MaxDepth of 0. For example: setting this property to 1, would mean that you would only have 1 level other than the root level.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also