Skip to main content
A newer version of this page is available. .
All docs
V20.2

GridDashboardLayoutItem.GetColumnStyle(DependencyObject) Method

Get the value of the GridDashboardLayoutItem.ColumnStyle attached property to a specified GridDashboardLayoutItem.

Namespace: DevExpress.DashboardWpf

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

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

Declaration

public static Style GetColumnStyle(
    DependencyObject dObj
)

Parameters

Name Type
dObj DependencyObject

Returns

Type
Style
See Also