Skip to main content

DockOperationCompletedEventArgs.DockOperation Property

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

public DockOperation DockOperation { get; }

#Property Value

Type Description
DockOperation

A DockOperation enumerator value that specifies the type of an operation that is processed within the DockLayoutManager.DockOperationCompleted event.

#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