DockingEventArgs.TargetTabbed Property
Identifies whether the dock panel will be turned into a tab within a tab container if it’s dropped at its current position.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the dock panel will represent a tab within a tab container if dropped; otherwise, false. |
See Also