Back to Devexpress

XRCrossTabCell.BoundsF Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-xrcrosstabcell-792332fe.md

latest1.6 KB
Original Source

XRCrossTabCell.BoundsF Property

Specifies the Cross Tab cell’s location and 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 RectangleF BoundsF { get; set; }
vb
Public Overrides Property BoundsF As RectangleF

Property Value

TypeDescription
RectangleF

Specifies the element’s dimensions and location.

|

Remarks

The Cross Tab cell’s location and size are measured in the report’s units (XtraReport.ReportUnit property).

See Also

XRCrossTabCell Class

XRCrossTabCell Members

DevExpress.XtraReports.UI.CrossTab Namespace