DockOperationStartingEventArgs.DockTarget Property
In This Article
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public BaseLayoutItem DockTarget { get; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
#Remarks
The DockTarget property returns null for all operation types except for docking to other Dock Items. If a Dock Item is docked via a double mouse click or unchecking the auto-hide pin button, the DockTarget property returns null as well.
Use the DockOperationStartingEventArgs.DockOperation property to identify the current operation type.
See the DockLayoutManager.DockOperationStarting event to learn more.
See Also