AllowArrows Property (C1TrueDBGrid)
In This Topic
Gets or sets a value indicating whether arrow keys can be used to navigate around the grid.
Syntax
'Declaration
Public Property AllowArrows As System.Boolean
public System.bool AllowArrows {get; set;}
See Also