SingleFilterDefaultValueEventArgs.DashboardItemName Property
Gets the name of the dashboard item for which the SingleFilterDefaultValue 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 that specifies the name of the dashboard item for which the SingleFilterDefaultValue event was raised. |
Remarks
Use the SingleFilterDefaultValueEventArgs.FilterValue property to specify the default filter value.
See Also