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
C# 
public sealed class TextInputActivationGesture : ActivationGesture 

Inheritance Hierarchy

System.Object
   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