Back to Devexpress

DockPanel.SavedParent Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-5616a9bf.md

latest1.4 KB
Original Source

DockPanel.SavedParent Property

Gets or sets the panel’s parent before it’s made to float or is hidden.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public DockPanel SavedParent { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property SavedParent As DockPanel

Property Value

TypeDefaultDescription
DockPanelnull

A DockPanel object representing the panel’s parent panel.

|

Remarks

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

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace