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

XRCrossTab.RowDefinitions 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<CrossTabRowDefinition> RowDefinitions { get; }

Property Value

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

Remarks

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

See Also