Back to Devexpress

FilterCheckItemModel Class

maui-devexpress-dot-maui-dot-core-8f3ea99e.md

latest1.7 KB
Original Source

FilterCheckItemModel Class

A data model for filter check items.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public sealed class FilterCheckItemModel :
    FilterCriteriaConverterModelBase<bool?>

The following members return FilterCheckItemModel objects:

Implements

INotifyPropertyChanged

INotifyPropertyChanging

Inheritance

System.Object CommunityToolkit.Mvvm.ComponentModel.ObservableObject DXObservableObject FilterModelBase FilterCriteriaConverterModelBase<Nullable<Boolean>> FilterCheckItemModel

Extension Methods

Yield<FilterCheckItemModel>()

YieldIfNotNull<FilterCheckItemModel>()

See Also

FilterCheckItemModel Members

DevExpress.Maui.Core Namespace