FilterFieldCollection(FilterBehavior) Constructor
A collection of FilterField objects.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
behavior | FilterBehavior | Allows you to use the Filter Editor / Filter Elements to filter data-bound controls that do not provide a filtring UI (for example, Charts and Data Editors). |
See Also