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

DashboardViewModelBase.DashboardControlProvider Property

Gets the DashboardViewModelBase instance to access a dashboard and the DashboardControl API.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v20.1.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public virtual IDashboardControlProvider DashboardControlProvider { get; }

Property Value

Type Description
IDashboardControlProvider

A IDashboardControlProvider

See Also