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

DashboardControlBase.GetDashboardViewModel(DependencyObject) Method

For internal use.

Namespace: DevExpress.DashboardWpf

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

Declaration

public static IBaseDashboardViewModel GetDashboardViewModel(
    DependencyObject dObj
)

Parameters

Name Type
dObj DependencyObject

Returns

Type Description
DevExpress.DashboardWpf.Internal.IBaseDashboardViewModel

For internal use.

See Also