GridDashboardLayoutItem.ColumnStyle Attached Property
In This Article
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 Grid |
#Remarks
In a custom GridDashboardLayoutItem template, bind this property to the Style property of the GridColumn object in the underlying Grid control.
See Also