Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(false)]
[XtraSerializableProperty]
public bool SavedTabbed { get; set; }

Property Value

Type Default Description
Boolean false

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