Items with lower indices are drawn first and appear behind items with higher indices.
Items with the same index have an unspecified order.
The default value is 0
. The range is 0
to 2147483647
.
var reportItem = new TextBox(); reportItem.ZIndex = 2;