Determines how the grid handles cursor keys when typed into editors.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum CursorKeyMode
Visual Basic (Declaration)
Public Enumeration CursorKeyMode

Members

Member nameDescription
Navigate
Cursor keys are intercepted by the grid and used to change the selection. This is the default.
PassToEditor
Cursor keys are passed to the editor. The user may still use the cursor keys to change the selection, but only when the focus is on a property name rather than an editor. Choose this option if you use editors that have special handling for cursor keys such as SpinDecorator.

See Also