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

RangeFilterDefaultValueEventArgs.ArgumentDateTimeGroupInterval Property

Gets the date-time group interval applied to the Range Filter argument.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DateTimeGroupInterval? ArgumentDateTimeGroupInterval { get; }

Property Value

Type Description
Nullable<DateTimeGroupInterval>

A DateTimeGroupInterval enumeration value that identifies a group interval applied to the Range Filter argument.

See Also