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

XRCrossBandControl.EndPointFloat Property

For internal use only. Specifies the end position of an XRCrossBandControl descendant.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatLayout)]
public PointFloat EndPointFloat { get; set; }

Property Value

Type Description
PointFloat

A PointFloat object.

Remarks

This property is intended for internal use only, and normally you don’t need to call it directly from your code.

See Also