Back to Devexpress

DockPanel.IsMdiDocument Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-51c3fd1e.md

latest2.1 KB
Original Source

DockPanel.IsMdiDocument Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsMdiDocument { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsMdiDocument As Boolean

Property Value

TypeDescription
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

Dock

DockAsMdiDocument

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace