DiagramCommandsBase.FocusPrevControlCommand Field
Focuses the previous control after the Diagram control in the visual tree.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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