Skip to main content

GridDashboardLayoutItem.GetGridViewStyle(DependencyObject) Method

Implements the GridViewStyle attached property.’

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public static Style GetGridViewStyle(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj 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