Skip to main content

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

NuGet Package: DevExpress.Reporting.Core

Declaration

public void SetChildIndex(
    XRControl child,
    int newIndex
)

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