Skip to main content

DockPanel.IsMdiDocument Property

Gets whether the panel is docked to a DocumentManager‘s TabbedView.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsMdiDocument { get; }

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