Back to Devexpress

DockPanel.XtraActiveChildID Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-12fafacf.md

latest1.4 KB
Original Source

DockPanel.XtraActiveChildID Property

Gets the index of the currently active child dock panel.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public int XtraActiveChildID { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty>
Public ReadOnly Property XtraActiveChildID As Integer

Property Value

TypeDescription
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

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace