DocumentPanel Class
DocumentPanel objects represent child panels in a DocumentGroup.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Returned By
Methods that return DocumentPanel instances:
#Remarks
You can add DocumentPanel objects as children to a DocumentGroup. This allows you to create a tabbed or MDI interface for your documents.
NOTE
Do not place a Document
See Document Groups and Panels to learn more.
#Examples
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Docking.psvFrameworkElement
BaseLayoutItem
ContentItem
LayoutPanel
DocumentPanel
#Extension Methods
See Also