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

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.v18.2.dll

Declaration

[Browsable(false)]
public int Index { get; set; }

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