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

CustomFilterExpressionWebEventArgs.DashboardId Property

Gets the identifier of the current dashboard.

Namespace: DevExpress.DashboardWeb

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

Declaration

public string DashboardId { get; }

Property Value

Type Description
String

A String that identifies the current dashboard.

Remarks

If the dashboard has been loaded from the location specified by the ASPxDashboardViewer.DashboardSource property, the DashboardId property contains the full path to the dashboard file.

If the dashboard has been provided at runtime, the DashboardId property contains the identifier assigned to the ASPxDashboardViewer.DashboardId property.

To identify the data source for which the event is raised, use the CustomFilterExpressionEventArgs.DataSourceName property.

To specify the filter expression, use the CustomFilterExpressionEventArgs.FilterExpression property.

See Also