Skip to main content
A newer version of this page is available. .

RangeFilterPredefinedDateTimePeriodsEventArgs.FilterType Property

Gets the filter type specified in the Edit Periods dialog.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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