Skip to main content
All docs
V25.1
  • 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.v25.1.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