windowsforms-devexpress-dot-utils-dot-filtering.md
Generates a filter panel for a Data Model or a data-aware control (such as Data Grid, Tree List, or Chart).
Namespace : DevExpress.Utils.Filtering
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DXLicenseWinForms]
[FilteringModelMetadata(CustomAttributesProperty = "CustomMetricAttributes")]
public class FilteringUIContext :
Component,
IBindingList,
IList,
ICollection,
IEnumerable,
IMetricAttributesQueryOwner,
IFilterCriteriaQueryContext,
IFilterCriteriaParseContext,
IDisplayTemplatesCustomizationServiceFactory,
IDisplayTextServiceFactory,
IServiceProvider,
ISupportInitialize,
INotifyPropertyChanged,
ITypedList
<FilteringModelMetadata(CustomAttributesProperty:="CustomMetricAttributes")>
<DXLicenseWinForms>
Public Class FilteringUIContext
Inherits Component
Implements IBindingList,
IList,
ICollection,
IEnumerable,
IMetricAttributesQueryOwner,
IFilterCriteriaQueryContext,
IFilterCriteriaParseContext,
IDisplayTemplatesCustomizationServiceFactory,
IDisplayTextServiceFactory,
IServiceProvider,
ISupportInitialize,
INotifyPropertyChanged,
ITypedList
See the following link for more information: Filtering UI Context.
Object MarshalByRefObject Component FilteringUIContext
See Also