Intersoft ClientUI Documentation
EditEnterKeyAction Property



Gets or sets a value that determines the action when enter key is pressed during editing mode.
Syntax
<CategoryAttribute("Data Editing")>
Public Property EditEnterKeyAction As EditEnterKeyAction
Dim instance As UXGridView
Dim value As EditEnterKeyAction
 
instance.EditEnterKeyAction = value
 
value = instance.EditEnterKeyAction
[CategoryAttribute("Data Editing")]
public EditEnterKeyAction EditEnterKeyAction {get; set;}
[CategoryAttribute("Data Editing")]
public:
property EditEnterKeyAction EditEnterKeyAction {
   EditEnterKeyAction get();
   void set (    EditEnterKeyAction 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.

EditEnterKeyAction:

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