Gets a value indicating whether the header has at last one column filter.

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

Syntax

C#
public bool HasFilter { get; }
Visual Basic
Public ReadOnly Property HasFilter As Boolean
	Get
Visual C++
public:
property bool HasFilter {
	bool get ();
}
F#
member HasFilter : bool with get

Property Value

Type: Boolean
true if this instance has filter; otherwise, false.

See Also