Skip to main content
A newer version of this page is available. .

XRCrossTab.ColumnDefinitions Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
public CrossTabDefinitionCollection<CrossTabColumnDefinition> ColumnDefinitions { get; }

Property Value

Type
DevExpress.XtraReports.UI.CrossTab.CrossTabDefinitionCollection<DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition>

Remarks

This property is used internally to serialize a report with the XRCrossTab.

See Also