Gets the sorting level.

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

Syntax

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

Property Value

Type: Int32
The sorting level.

See Also