Back to Devexpress

DockPanel.SavedTabbed Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-556ff000.md

latest1.5 KB
Original Source

DockPanel.SavedTabbed Property

Gets or sets a value indicating whether the panel was a tab container, before it was made to float or was 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 SavedTabbed { get; set; }
vb
<Browsable(False)>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property SavedTabbed As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

A Boolean value specifying whether the current panel represents a tab container.

|

Remarks

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

See Also

Tabbed

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace