Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool TargetTabbed { get; }

Property Value

Type Description
Boolean

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

See Also