Skip to main content

SingleFilterDefaultValueEventArgs.DashboardItemName Property

Gets the name of the dashboard item for which the SingleFilterDefaultValue 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 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