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

RangeFilterDefaultValueEventArgs(String, Type, Nullable<DateTimeGroupInterval>) Constructor

Initializes a new instance of the RangeFilterDefaultValueEventArgs class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public RangeFilterDefaultValueEventArgs(
    string dashboardItemName,
    Type argumentType,
    DateTimeGroupInterval? argumentDateTimeGroupInterval
)

Parameters

Name Type Description
dashboardItemName String

A System.String value that specifies a component name of the Range Filter.

argumentType Type

A System.Type object that identifies the type of argument values.

argumentDateTimeGroupInterval Nullable<DateTimeGroupInterval>

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

See Also