Skip to main content

RangeFilterPredefinedDateTimePeriodsEventArgs.FilterType Property

Gets the filter type specified in the Edit Periods dialog.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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.

See Also