Back to Devexpress

DockingEventArgs.TargetPanel Property

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

latest1.4 KB
Original Source

DockingEventArgs.TargetPanel Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockPanel TargetPanel { get; }
vb
Public ReadOnly Property TargetPanel As DockPanel

Property Value

TypeDescription
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

TargetForm

DockingEventArgs Class

DockingEventArgs Members

DevExpress.XtraBars.Docking Namespace