CustomFilterExpressionWebEventArgs.DashboardId Property
Gets the identifier of the current dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
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 ASPxDashboard.DashboardXmlPath 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 ASPxDashboard.DashboardXmlPath 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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DashboardId property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.