Click or drag to resize
ProcessKeysEventArgsRepCount Property
Gets or sets the number of times the key was pressed.

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

Property Value

Type: Int32
The repeat count (the number of times the keystroke is repeated as a result of the user holding down the key).
See Also