Skip to main content
All docs
V24.2

GridDashboardLayoutItem.ColumnStyle Attached Property

An attached property that applies style settings to the underlying Grid control’s columns.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

#Returns

Type Description
Style

Contains settings applied to the GridColumn object.

#Remarks

In a custom GridDashboardLayoutItem template, bind this property to the Style property of the GridColumn object in the underlying Grid control.

See Also