FilterGroupSortChangingEventArgs.IsFilteredBy(String) Method
Gets whether the GridControl is filtered by the field name.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | The field name. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also