Gets a value indicating whether this column filters rows.
Namespace: Dapfor.Net.UiAssembly: 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: Booleantrue if the column has filter; otherwise, false.