Back to Devexpress

DashboardInfo Class

dashboard-devexpress-dot-dashboardweb-3ae44e3b.md

latest1.5 KB
Original Source

DashboardInfo Class

Contains information used to identify a dashboard within the dashboard storage.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public class DashboardInfo
vb
Public Class DashboardInfo

Remarks

The DashboardInfo class exposes the DashboardInfo.Name and DashboardInfo.ID properties that specify the dashboard name and its identifier, respectively.

For instance, you can use the DashboardInfo class to identify dashboards when implementing the IDashboardStorage/IEditableDashboardStorage interfaces.

Inheritance

Object DashboardInfo

See Also

DashboardInfo Members

DevExpress.DashboardWeb Namespace