Skip to main content

RangeFilterPredefinedDateTimePeriodsEventArgs.FilterType Property

Gets the filter type specified in the Edit Periods dialog.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public DateTimePeriodFilterType FilterType { get; }

#Property Value

Type Description
DateTimePeriodFilterType

A DateTimePeriodFilterType value that is the filter type specified in the Edit Periods dialog.

Available values:

Name Description
All

Date-time periods are not filtered.

Year

Date-time periods measured in years are displayed.

Quarter

Date-time periods measured in quarters are displayed.

Month

Date-time periods measured in months are displayed.

Day

Date-time periods measured in days are displayed.

Hour

Date-time periods measured in hours are displayed.

Minute

Date-time periods measured in minutes are displayed.

Second

Date-time periods measured in seconds are displayed.

See Also