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

DockPanel.XtraActiveChildID Property

Gets the index of the currently active child dock panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

An integer value specifying the zero-based index of the currently active child dock panel.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also