Skip to main content

XRCrossTab.ColumnDefinitions Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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