DockPanel.IsMdiDocument Property
Gets whether the panel is docked to a DocumentManager‘s TabbedView.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the panel is docked to a DocumentManager‘s TabbedView; otherwise, false. |
Remarks
A DockPanel can be docked to a DocumentManager‘s TabbedView via the ITabbedViewController.Dock or DockPanel.DockAsMdiDocument method. A panel docked using these methods is presented on-screen as a tab.
See Also