Skip to main content

DocumentPanel Class

DocumentPanel objects represent child panels in a DocumentGroup.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public class DocumentPanel :
    LayoutPanel

#Remarks

You can add DocumentPanel objects as children to a DocumentGroup. This allows you to create a tabbed or MDI interface for your documents.

DocumentGroup

NOTE

Do not place a DocumentPanel into a LayoutPanel, and vice versa.

See Document Groups and Panels to learn more.

#Examples

See Also