Intersoft ClientUI Documentation
EditKeyGesture Property



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

EditKeyGesture:

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