Skip to main content
All docs
V26.1
  • FilteringUIContext Class

    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.v26.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [FilteringModelMetadata(CustomAttributesProperty = "CustomMetricAttributes")]
    public class FilteringUIContext :
        Component,
        IBindingList,
        ICollection,
        IEnumerable,
        IList,
        IMetricAttributesQueryOwner,
        IFilterCriteriaQueryContext,
        IFilterCriteriaParseContext,
        IDisplayTemplatesCustomizationServiceFactory,
        IDisplayTextServiceFactory,
        IServiceProvider,
        ISupportInitialize,
        INotifyPropertyChanged,
        ITypedList

    Remarks

    Filtering UI Context - Thumbnail

    See the following link for more information: Filtering UI Context.

    Inheritance

    See Also