Skip to main content
All docs
V24.1

TabContainerActiveChildNotSetException.Panel Property

Gets the tab container with the unspecified ActiveChild property.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockPanel Panel { get; }

Property Value

Type Description
DockPanel

The tab container with the unspecified ActiveChild property.

See Also