Skip to main content

DashboardLayoutItem.GetViewStyle(DependencyObject) Method

Implements the ViewStyle attached property.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v24.1.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public static Style GetViewStyle(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A dependency object whose property is set.

Returns

Type Description
Style

A Style object that contains settings applied to the target object.

See Also