Back to Devexpress

DateFilterType Enum

dashboard-devexpress-dot-dashboardcommon-9f51de3e.md

latest1.3 KB
Original Source

DateFilterType Enum

Lists how the Date Filter range’s Start and End values can be interpreted to filter dates.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DateFilterType
vb
Public Enum DateFilterType

Members

NameDescription
Between

Dates between the Start and the End dates.

| | After |

Dates after the Start date.

| | Before |

Dates before the End date.

| | Exact |

A date equal to the End date.

|

The following properties accept/return DateFilterType values:

Remarks

Values listed in this enumeration are used to set the DateFilterDashboardItem.FilterType property.

See Also

DevExpress.DashboardCommon Namespace