[]
Represents methods for the embedded editor.
public interface IEmbeddedEditor
If you want to use a third-party editor, consider creating a derived class and implementing this interface.
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. |