Skip to main content
A newer version of this page is available. .

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

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