Version

AcceptsArrowKeysInEditMode Property

Returns or sets whether the editor uses arrows keys while in edit mode.
Syntax
'Declaration
 
Public Property AcceptsArrowKeysInEditMode As Nullable(Of Boolean)
public Nullable<bool> AcceptsArrowKeysInEditMode {get; set;}

Property Value

true if the editor uses arrows keys in edit mode, false if it does not or null (the default) to use the editor's defaut which for most editors is true (false for the Infragistics.Windows.Editors.XamCheckEditor.
Remarks

Note: the setting of this property does not change the behavior of the editor. Instead, it is used by editor hosts, e.g. the XamDataGrid, to determine if they should ignore or process the arrow keys for directional navigation while this editor is in edit mode.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also