ComponentOne True DBGrid for WinForms
KeyChar Property

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > BeforeColEditEventArgs Class : KeyChar Property
Indicates the character that initiated the editing operation.
Syntax
'Declaration
 
Public ReadOnly Property KeyChar As System.Char
public System.char KeyChar {get;}
Remarks
The BeforeColEdit event occurs just before the user enters edit mode by typing a character. If a floating editor marquee is not in use, this event also occurs when the user clicks the current cell or double clicks another cell.
See Also

Reference

BeforeColEditEventArgs Class
BeforeColEditEventArgs Members