Gets the maximum sort levels, available for each Header.

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

Syntax

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

Property Value

Type: Int32
The available count of sort levels.

See Also