Back to Devexpress

DockingEventArgs.TargetTabbed Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingeventargs-fd504047.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool TargetTabbed { get; }
vb
Public ReadOnly Property TargetTabbed As Boolean

Property Value

TypeDescription
Boolean

true if the dock panel will represent a tab within a tab container if dropped; otherwise, false.

|

See Also

TargetPanel

DockingEventArgs Class

DockingEventArgs Members

DevExpress.XtraBars.Docking Namespace