Back to Devexpress

XRCrossTabCell.SizeF Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-xrcrosstabcell-047bb923.md

latest1.8 KB
Original Source

XRCrossTabCell.SizeF Property

Specifies the Cross Tab cell’s size measured in the report’s units.

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override SizeF SizeF { get; set; }
vb
Public Overrides Property SizeF As SizeF

Property Value

TypeDescription
SizeF

Specifies the control’s width and height.

|

Remarks

The XRControl.BoundsF property returns the RectangleF object whose size specifies the Cross Tab cell’s size.

The cell’s width and height are measured in the report’s units (XtraReport.ReportUnit property).

See Also

XRCrossTabCell Class

XRCrossTabCell Members

DevExpress.XtraReports.UI.CrossTab Namespace