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.v24.1.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 |
|
Remarks
If the tab container is docked, not floating, use the DockingOptions.CloseActiveTabOnly property instead.
See Also