Intersoft ClientUI Documentation
EnterKeyAction Property



Gets or sets a value that determines the action when enter key is pressed.
Syntax
<CategoryAttribute("Data Editing")>
Public Property EnterKeyAction As EnterKeyAction
Dim instance As UXGridView
Dim value As EnterKeyAction
 
instance.EnterKeyAction = value
 
value = instance.EnterKeyAction
[CategoryAttribute("Data Editing")]
public EnterKeyAction EnterKeyAction {get; set;}
[CategoryAttribute("Data Editing")]
public:
property EnterKeyAction EnterKeyAction {
   EnterKeyAction get();
   void set (    EnterKeyAction value);
}
Remarks

The keyboard gesture is determined by several properties such as EditKeyGesture, EnterKeyAction and EditEnterKeyAction. Each property has specific action that you can customize. The following list details the action of each property.

EnterKeyAction:

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback