XRControl.Index Property
Gets the zero-based index of this control in its parent’s collection of controls.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value indicating the position of this object in the parent’s collection returned by the XRControl.Controls property. |
Remarks
If there is no parent for this XRControl object then this property returns -1.
See Also