XRCrossBandControl.StartPointFloat Property
For internal use only. Specifies the start position of an XRCrossBandControl descendant.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[XRLocalizable(true)]
[SRCategory(ReportStringId.CatLayout)]
public PointFloat StartPointFloat { 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