Intersoft ClientUI Documentation
EnterKeyAction Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : EnterKeyAction Property






Gets or sets a value that determines the action when enter key is pressed.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data Editing")>
Public Property EnterKeyAction As EnterKeyAction
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As EnterKeyAction
 
instance.EnterKeyAction = value
 
value = instance.EnterKeyAction
C# 
[CategoryAttribute("Data Editing")]
public EnterKeyAction EnterKeyAction {get; set;}
Delphi 
public read-write property EnterKeyAction: EnterKeyAction; 
JScript 
CategoryAttribute("Data Editing")
public function get,set EnterKeyAction : EnterKeyAction
Managed Extensions for C++ 
[CategoryAttribute("Data Editing")]
public: __property EnterKeyAction get_EnterKeyAction();
public: __property void set_EnterKeyAction( 
   EnterKeyAction value
);
C++/CLI 
[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:

  • EnterEdit
    Directly begin edit on the selected cell using Enter key.
  • MoveToNextRow
    Move to next row (does not edit the cell).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.