Back to Devexpress

FilterModelBase Class

maui-devexpress-dot-maui-dot-core-917c74ed.md

latest2.4 KB
Original Source

FilterModelBase Class

The base class for filter data models.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public abstract class FilterModelBase :
    DXObservableObject

The following members return FilterModelBase objects:

Implements

INotifyPropertyChanged

INotifyPropertyChanging

Inheritance

Show 16 items

System.Object CommunityToolkit.Mvvm.ComponentModel.ObservableObject DXObservableObject FilterModelBase FilterCriteriaConverterModelBase<T>

FilterListModelBase

FilterRangeModelBase<T>

FilterNumericRangeModel

FilterNumericRangeSliderModel

FilterListModel

FilterCheckItemModel

FilterDateRangeModel

FilterSwitchItemModel

FilterCheckedListModel

FilterCheckedListModelBase

PredefinedFilterCheckedListModel

Extension Methods

Yield<FilterModelBase>()

YieldIfNotNull<FilterModelBase>()

See Also

FilterModelBase Members

DevExpress.Maui.Core Namespace