DiagramCommandsBase.FocusNextControlCommand Field
Focuses the next 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 FocusNextControlCommand command is called when a user presses the Ctrl+Tab key combination.
See Also