Skip to main content

DashboardLayoutItem.SetViewStyle(DependencyObject, Style) Method

Implements the ViewStyle attached property.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public static void SetViewStyle(
    DependencyObject obj,
    Style value
)

Parameters

Name Type Description
obj DependencyObject

A dependency object whose property is set.

value Style

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

See Also