Skip to main content
All docs
V25.2
  • CrossTabColorScheme(Color, Color) Constructor

    Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

    Assembly: DevExpress.XtraReports.v25.2.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public CrossTabColorScheme(
        Color grandTotalBackColor,
        Color totalBackColor
    )

    Parameters

    Name Type
    grandTotalBackColor Color
    totalBackColor Color
    See Also