[]
        
(Showing Draft Content)

C1.Win.IEmbeddedEditor

IEmbeddedEditor Interface

Represents methods for the embedded editor.

Namespace: C1.Win
Assembly: C1.Win.8.dll
Syntax
public interface IEmbeddedEditor
Remarks

If you want to use a third-party editor, consider creating a derived class and implementing this interface.

Methods

Name Description
GetEditStyle()

Gets the editor style, which determines the type of button that is displayed in the cell before and during editing (DropDown, Modal, or None).

GetValue()

Gets the current value of the editor.

HandleFinishEdit(KeyEventArgs)

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

Initialize(object, IDictionary)

Initializes the editor content and styles.

IsValueValid()

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

SetFormat(string)

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

UpdateBounds(Rectangle)

Updates the editor's size and position.