Back to Devexpress

DockingEventArgs.TargetForm Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingeventargs-5b1d427f.md

latest1.4 KB
Original Source

DockingEventArgs.TargetForm Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ContainerControl TargetForm { get; }
vb
Public ReadOnly Property TargetForm As ContainerControl

Property Value

TypeDescription
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

TargetPanel

DockingEventArgs Class

DockingEventArgs Members

DevExpress.XtraBars.Docking Namespace