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

DockingEventArgs.TargetPanel Property

Gets the target panel, which the processed panel is being docked to.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public DockPanel TargetPanel { get; }

Property Value

Type Description
DockPanel

A DockPanel object representing the target dock panel. null (Nothing in Visual Basic) if the panel is being docked to the form (or user control).

See Also