Gets the max number of sort levels, available in the Grid.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int SortLevels { get; }
Visual Basic
Public ReadOnly Property SortLevels As Integer
	Get
Visual C++
public:
property int SortLevels {
	int get ();
}
F#
member SortLevels : int with get

Property Value

Type: Int32
The sort levels.

See Also