Skip to main content
A newer version of this page is available. .

SingleFilterDefaultValueEventArgs.DashboardItemName Property

Gets the name of the dashboard item for which the SingleFilterDefaultValue event was raised.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

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