Back to Devexpress

DockPanel.SavedMdiDocument Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-8b401824.md

latest1.6 KB
Original Source

DockPanel.SavedMdiDocument Property

Gets or sets whether the panel was docked in a DocumentManager, before it was made floating or hidden.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[XtraSerializableProperty]
public bool SavedMdiDocument { get; set; }
vb
<Browsable(False)>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property SavedMdiDocument As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the panel was docked in a DocumentManager, before it was made floating or hidden; otherwise, false.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace