xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-df11f483.md
Lists values that specify the display mode of the Cross Tab’s top left corner.
Namespace : DevExpress.XtraReports.UI.CrossTab
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum CornerHeaderDisplayMode
Public Enum CornerHeaderDisplayMode
| 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.
|
The following properties accept/return CornerHeaderDisplayMode values:
The CornerHeaderDisplayMode enumeration’s values are use to set the CrossTabLayoutOptions.CornerHeaderDisplayMode property.
See Also