Gets or sets a value that indicates the action performed by the grid when the user presses the Enter key.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public KeyAction KeyActionEnter { get; set; }
Visual Basic
Public Property KeyActionEnter As KeyAction
	Get
	Set

See Also