Skip to main content

DockingOptions.CloseActiveFloatTabOnly Property

Gets or sets whether only a dock panel corresponding to the active tab within a floating container can be closed upon clicking the close button.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool CloseActiveFloatTabOnly { get; set; }

Property Value

Type Default Description
Boolean false

true if only dock panel corresponding to the active tab within a floating container can be closed upon clicking the close button; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to CloseActiveFloatTabOnly
DockManager
.DockingOptions .CloseActiveFloatTabOnly

Remarks

If the tab container is docked, not floating, use the DockingOptions.CloseActiveTabOnly property instead.

See Also