[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeViewEditMode

C1TreeViewEditMode Enum

Specifies how a user starts cell editing in the C1TreeView control.

Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public enum C1TreeViewEditMode

Fields

Name Description
EditOnEnter

Editing begins when Enter is pressed while the cell has focus.

EditOnF2

Editing begins when F2 is pressed while the cell has focus. This mode places the selection point at the end of the cell contents.

EditOnKeystroke

Editing begins when any alphanumeric key is pressed while the cell has focus.

EditOnKeystrokeOrF2

Editing begins when any alphanumeric key or F2 is pressed while the cell has focus.

EditProgrammatically

Editing begins only when the BeginEdit() method is called.