Click or drag to resize
ProcessKeysEventArgsChar Property
Gets or sets the character code for the key press.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public int Char { get; set; }

Property Value

Type: Int32
The character code for the key press, that specifies the virtual-key code of the given key.
See Also