Skip to main content

DiagramCommandsBase.FocusPrevControlCommand Field

Focuses the previous control after the Diagram control in the visual tree.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public static readonly DiagramCommand FocusPrevControlCommand

Field Value

Type
DevExpress.Diagram.Core.DiagramCommand

Remarks

The FocusPrevControlCommand command is called when a user presses the Ctrl+Shift+Tab key combination.

See Also