Skip to main content
All docs
V24.1

GridDashboardLayoutItem.SetColumnStyle(DependencyObject, Style) Method

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

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public static void SetColumnStyle(
    DependencyObject dObj,
    Style value
)

Parameters

Name Type
dObj DependencyObject
value Style
See Also