ValidateDashboardCustomSqlQueryWebEventArgs.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.DashboardType 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.InitialDashboardId property.
See Also