Back to Devexpress

DockPanel.SavedIndex Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-0f33a178.md

latest1.3 KB
Original Source

DockPanel.SavedIndex Property

Gets or sets the panel’s index 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(-1)]
[XtraSerializableProperty]
public int SavedIndex { get; set; }
vb
<Browsable(False)>
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property SavedIndex As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value specifying the panel’s index.

|

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