Skip to main content
All docs
V25.1
  • TotalHeaderPosition Enum

    Lists values that specify the position of the Cross Tab’s row/column total headers.

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public enum TotalHeaderPosition

    Members

    Name Description
    Inner

    Row/column total headers are displayed in the same column/row as field values against which totals are calculated.

    Outer

    Row/column total headers span two columns/rows: against which totals are calculated and against which values are grouped.

    Remarks

    The TotalHeaderPosition enumeration’s values are used to set the CrossTabLayoutOptions.RowTotalHeaderPosition and CrossTabLayoutOptions.ColumnTotalHeaderPosition properties.

    See Also