RangeFilterDefaultValueEventArgs.DashboardItemName Property
Gets the component name of the Range Filter for which the event was raised.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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