Skip to main content
ON

FilterDateRangeModel Class

A data model for the FilterDateRangeItem.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public class FilterDateRangeModel :
    FilterRangeModelBase<DateTime>

The following members return FilterDateRangeModel objects:

Inheritance

System.Object
CommunityToolkit.Mvvm.ComponentModel.ObservableObject
See Also