RangeFilterDefaultValueEventArgs.DashboardItemName Property
In This Article
Gets the component name of the Range Filter for which the event was raised.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#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