Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.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.

#Related API Members

The following properties accept/return TotalHeaderPosition values:

#Remarks

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

See Also