Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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