DockOperationStartingEventArgs.DockTarget Property
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
BaseLayoutItem | A BaseLayoutItem to which the current Dock Item is to be docked. |
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