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

XRCrossTab.LayoutOptions Property

Provides access to the Cross Tab’s layout options.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[SRCategory(ReportStringId.CatBehavior)]
public CrossTabLayoutOptions LayoutOptions { get; }

#Property Value

Type Description
CrossTabLayoutOptions

Layout options.

#Remarks

At design time, you can set specific layout options in the Cross Tab’s smart tag.

Use the Properties window to access all available layout options.

  • CornerHeaderDisplayMode

    Specifies what data the Cross Tab should display in the top left corner (row field names, column field names or nothing).

  • DataFieldLayout

    Specifies how to arrange two or more data fields in the Cross Tab layout (in a row one after another or in a column one under another).

  • RowTotalsPosition and ColumnTotalsPosition

    Specify the position of the row/column totals and row/column grand totals (after or before row/column field values).

  • RowTotalHeaderPosition and ColumnTotalHeaderPosition

    Specify the position of the row/column total headers (at the same level as row/column field values or one level higher).

  • HierarchicalRowLayout

    Specifies whether to display row headers in a tree-like view one under another or in a single line.

See Also