TreeViewGetIsEditorActivationActionEventArgs.ActivationAction Property
Gets the type of user action that triggered the editor activation check.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| ActivationAction | The type of user action that triggered the editor activation check. |
Available values:
| Name | Description |
|---|---|
| KeyDown | A key is pressed. |
| KeyUp | A key is released. |
| TextInput | Text is inputed. |
| MouseLeftButtonDown | The mouse’s left button is pressed. |
| MouseLeftButtonUp | The mouse’s left button is released. |
See Also