DockPanel.IsMdiDocument Property
In This Article
Gets whether the panel is docked to a DocumentManager‘s TabbedView.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the panel is docked to a Document |
#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