Skip to main content
A newer version of this page is available. .

DiagramCommandsBase.FocusNextControlCommand Field

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

Namespace: DevExpress.Diagram.Core

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public static readonly DiagramCommand FocusNextControlCommand

Field Value

Type
DevExpress.Diagram.Core.DiagramCommand

Remarks

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

See Also