Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, 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