Skip to main content

DiagramCommandsBase.FocusNextControlCommand Field

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.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