XRControlCollection.SetChildIndex(XRControl, Int32) Method
Sets the index of the specified child control in the collection to the specified index value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
public void SetChildIndex(
XRControl child,
int newIndex
)
Public Sub SetChildIndex(
child As XRControl,
newIndex As Integer
)
Parameters
Name | Type | Description |
---|---|---|
child | XRControl | The child XRControl object to search for. |
newIndex | 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
Feedback