Back to Devexpress

BaseDocument.IsDockPanel Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-2a9926e7.md

latest1.7 KB
Original Source

BaseDocument.IsDockPanel Property

Gets if the current document displays a DockPanel.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the current document displays a DockPanel; otherwise, false.

|

Remarks

DockPanels can be docked into a DocumentManager. In this case, a Document containing this DockPanel is created. The IsDockPanel property returns true for such panels.

See Also

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace