KeyActionEnter Property (PivotGrid)
In This Topic
Gets or sets the action to perform when the ENTER key is pressed.
Syntax
'Declaration
Public Overridable Property KeyActionEnter As KeyAction
public virtual KeyAction KeyActionEnter {get; set;}
See Also