Back to Devexpress

XRCrossBandControl.StartPointFloat Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandcontrol-9d76bb3e.md

latest1.5 KB
Original Source

XRCrossBandControl.StartPointFloat Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[XRLocalizable(true)]
[SRCategory(ReportStringId.CatLayout)]
public PointFloat StartPointFloat { get; set; }
vb
<XRLocalizable(True)>
<SRCategory(ReportStringId.CatLayout)>
Public Property StartPointFloat As PointFloat

Property Value

TypeDescription
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

XRCrossBandControl Class

XRCrossBandControl Members

DevExpress.XtraReports.UI Namespace