xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-587eddb0.md
Lists values that specify the position of the Cross Tab’s row/column total headers.
Namespace : DevExpress.XtraReports.UI.CrossTab
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum TotalHeaderPosition
Public Enum TotalHeaderPosition
| 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.
|
The following properties accept/return TotalHeaderPosition values:
The TotalHeaderPosition enumeration’s values are used to set the CrossTabLayoutOptions.RowTotalHeaderPosition and CrossTabLayoutOptions.ColumnTotalHeaderPosition properties.
See Also