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

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

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