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

DockingEventArgs.TargetForm Property

Gets the form (or user control) the panel is being docked to.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public ContainerControl TargetForm { get; }

Property Value

Type Description
ContainerControl

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

See Also