Skip to main content
A newer version of this page is available. .

DockPanel.IsMdiDocument Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

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