XRControlCollection.SetChildIndex(XRControl, Int32) Method
In This Article
Sets the index of the specified child control in the collection to the specified index value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
child | XRControl | The child XRControl object to search for. |
new |
Int32 | The new index value of the control. |
#Remarks
The control with an index value of zero is at the top of the z-order, and higher numbers are closer to the bottom.
See Also