Gets or sets the maximum sorting levels.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public int MaxSortLevels { get; set; }
Visual Basic
Public Property MaxSortLevels As Integer
	Get
	Set
Visual C++
public:
property int MaxSortLevels {
	int get ();
	void set (int value);
}
F#
member MaxSortLevels : int with get, set

Property Value

Type: Int32
The maximum sorting levels.

See Also