[]
        
(Showing Draft Content)

C1.Win.TreeView.IC1TreeEditor

IC1TreeEditor Interface

Interface implemented by editors and used by the treeview to host edit controls on cells.

Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.4.8.dll
Syntax
public interface IC1TreeEditor

Methods

Name Description
C1EditorGetValue()

Gets the current value of the editor.

C1EditorInitialize(object, IDictionary)

Called to initialize the editor content.

C1EditorKeyDownFinishEdit(KeyEventArgs)

Gets a value that determines whether a given key should finalize editing.

C1EditorSetFormat(string)

Sets the format string used to display the value when the control is in edit mode.

C1EditorUpdateBounds(Rectangle)

Called to update the editor's size and position.

C1EditorValueIsValid()

Gets a value that determines if the editor's current contents are valid.