Skip to main content

DockOperationStartingEventArgs.DockOperation Property

Gets the type of an operation that is processed within the DockLayoutManager.DockOperationStarting 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 docking operation type.

#Remarks

When handling the DockLayoutManager.DockOperationStarting event, use the DockOperation property to identify which type of docking operation- dock, float, close, restore or auto-hide - is going to happen to a Dock Item. See the DockLayoutManager.DockOperationStarting event to learn more.

See Also