Back to Devexpress

DockingOptions.CloseActiveFloatTabOnly Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-ff67fd90.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool CloseActiveFloatTabOnly { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property CloseActiveFloatTabOnly As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to CloseActiveFloatTabOnly
DockManager

.DockingOptions .CloseActiveFloatTabOnly

|

Remarks

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

See Also

CloseActiveTabOnly

DockingOptions Class

DockingOptions Members

DevExpress.XtraBars.Docking Namespace