ActivationGestures Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > CellEditor Class : ActivationGestures Property

Retrieves a collection of the activation gestures supported by the cell editor.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ActivationGestures As ActivationGestureCollection
C# 
public ActivationGestureCollection ActivationGestures {get;}

Return Value

A collection containing the activation gestures supported by the cell editor. The activation gestures can be KeyActivationGestures or TextInputActivationGestures.

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.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also