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

ZIndexControl.XtraZIndex Property

Gets or sets the index of the control within its parent control’s collection.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public int XtraZIndex { get; }

Property Value

Type Description
Int32

An integer specifying the control’s position within its parent control’s collection.

Remarks

This member supports the internal infrastructure of the Docking Library and there is no need to use it directly.

See Also