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

DataFieldLayout Enum

Lists values that specify how to arrange two or more data fields in the Cross Tab layout.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public enum DataFieldLayout

#Members

Name Description
InRow

Data field values are arranged in a row one after another. Data field headers are displayed as column headers.

InColumn

Data field values are arranged in a column one under another. Data field headers are displayed as row headers.

#Related API Members

The following properties accept/return DataFieldLayout values:

#Remarks

The DataFieldLayout enumeration’s values are used to set the CrossTabLayoutOptions.DataFieldLayout property.

See Also