XRCrossTab.RowDefinitions Property
In This Article
For internal use.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public CrossTabDefinitionCollection<CrossTabRowDefinition> RowDefinitions { get; }
#Property Value
Type |
---|
DevExpress. |
#Remarks
This property is used internally to serialize a report with the XRCrossTab.
See Also