Skip to main content

RangeFilterDefaultValueEventArgs.DashboardItemName Property

Gets the component name of the Range Filter for which the event was raised.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string DashboardItemName { get; }

Property Value

Type Description
String

A String value that is the component name of the Range Filter.

Remarks

To specify the required selected range for the current Range Filter, use the RangeFilterDefaultValueEventArgs.Range property.

See Also