Gets a hierarchical level of the 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 Level { get; }
Visual Basic
Public ReadOnly Property Level As Integer
	Get
Visual C++
public:
property int Level {
	int get ();
}
F#
member Level : int with get

Property Value

Type: Int32
The hierarchical zero-based level if the Header is attached to the HeaderCollection. Otherwise -1.

See Also