Skip to main content

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

Initializes a new instance of the RangeFilterDefaultValueEventArgs class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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