ZIndexControl.XtraZIndex Property
Gets or sets the index of the control within its parent control’s collection.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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