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

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

Syntax

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

Inheritance Hierarchy

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

Requirements

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

See Also