Class | Description | |
---|---|---|
BaseEditor | Represents the partial (abstract) implementation of the IEditor interface for a base editor for a cell. | |
CheckBoxEditor | Represents an editor control for check box cells. | |
ComboBoxEditor | Represents an editor control for combo box cells. | |
EditModeSettings | Represents the format setting of a cell type in edit mode. | |
GeneralEditor | Represents a generic text box editor control. | |
ListBoxEditor | Represents an editor control for list box cells. | |
MultiColumnEditor | Represents the multiple-column combo box editor. | |
RadioButtonListEditor | Represents an editor control for radio button list (multiple option) cells. |
Interface | Description | |
---|---|---|
IEditFormatter | Interface that supports formatting cell contents on edit mode. | |
IEditor | Interface that supports the editor in a cell. | |
IEditor2 | Interface that supports additional aspects of the editor in a cell. | |
IEditor3 | Interface that supports the editor in a cell. |
Enumeration | Description | |
---|---|---|
ListAlignment | Specifies which side of the combo box the drop-down list is aligned to. |