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