Back to Devexpress

DiagramCommandsBase.FocusPrevControlCommand Field

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramcommandsbase-c412ee86.md

latest1.2 KB
Original Source

DiagramCommandsBase.FocusPrevControlCommand Field

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

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public static readonly DiagramCommand FocusPrevControlCommand
vb
Public Shared ReadOnly FocusPrevControlCommand As DiagramCommand

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

DiagramCommandsBase Class

DiagramCommandsBase Members

DevExpress.Diagram.Core Namespace