Back to Devexpress

FilteringUIContext Class

windowsforms-devexpress-dot-utils-dot-filtering.md

latest2.4 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DXLicenseWinForms]
[FilteringModelMetadata(CustomAttributesProperty = "CustomMetricAttributes")]
public class FilteringUIContext :
    Component,
    IBindingList,
    IList,
    ICollection,
    IEnumerable,
    IMetricAttributesQueryOwner,
    IFilterCriteriaQueryContext,
    IFilterCriteriaParseContext,
    IDisplayTemplatesCustomizationServiceFactory,
    IDisplayTextServiceFactory,
    IServiceProvider,
    ISupportInitialize,
    INotifyPropertyChanged,
    ITypedList
vb
<FilteringModelMetadata(CustomAttributesProperty:="CustomMetricAttributes")>
<DXLicenseWinForms>
Public Class FilteringUIContext
    Inherits Component
    Implements IBindingList,
               IList,
               ICollection,
               IEnumerable,
               IMetricAttributesQueryOwner,
               IFilterCriteriaQueryContext,
               IFilterCriteriaParseContext,
               IDisplayTemplatesCustomizationServiceFactory,
               IDisplayTextServiceFactory,
               IServiceProvider,
               ISupportInitialize,
               INotifyPropertyChanged,
               ITypedList

Remarks

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

Inheritance

Object MarshalByRefObject Component FilteringUIContext

See Also

FilteringUIContext Members

DevExpress.Utils.Filtering Namespace