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

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

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:

Library Object Type Path to CloseActiveFloatTabOnly
WinForms Controls SnapDockManager
.DockingOptions.CloseActiveFloatTabOnly
DockManager
.DockingOptions.CloseActiveFloatTabOnly
Reporting XRDesignDockManager
.DockingOptions.CloseActiveFloatTabOnly

Remarks

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

See Also