DockOperationCompletedEventArgs.DockOperation Property
In This Article
Gets the type of an operation that is processed within the DockLayoutManager.DockOperationCompleted event.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Dock |
A Dock |
#Remarks
When handling the DockLayoutManager.DockOperationCompleted event, use the DockOperation property to identify which type of docking operation- dock, float, close, restore or auto-hide - was performed. See the DockLayoutManager.DockOperationCompleted event to learn more.
See Also