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

    Lists values that specify the display mode of the Cross Tab’s top left corner.

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public enum CornerHeaderDisplayMode

    Members

    Name Description
    None

    The top left cell spans multiple rows and columns and does not display text. The number of column and row fields (the ColumnFields and RowFields collections) defines the number of spanned rows and columns.

    RowFieldNames

    The top left corner is split into columns. The number of columns equals the number of row fields (the RowFields collection). Each cell displays the corresponding row field’s caption.

    ColumnFieldNames

    The top left corner is split into rows. The number of rows equals the number of column fields (the ColumnFields collection). Each cell displays the corresponding column field’s caption.

    Remarks

    The CornerHeaderDisplayMode enumeration’s values are use to set the CrossTabLayoutOptions.CornerHeaderDisplayMode property.

    See Also