KeyActivationGesture Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : KeyActivationGesture Class

Represents a key gesture that causes an element to enter edit mode.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class KeyActivationGesture 
   Inherits ActivationGesture
   Implements ISealable 
C# 
public sealed class KeyActivationGesture : ActivationGesture, ISealable  

Notes

In an XBAP application, KeyActivationGestures will activate the cell editor but the key will not be forwarded to it. A second keystroke will be required for it to be processed by the editor.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Freezable
            Xceed.Wpf.DataGrid.ActivationGesture
               Xceed.Wpf.DataGrid.KeyActivationGesture

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also