Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Editors Namespace
Inheritance Hierarchy
Xceed.Grid.v4.3 Assembly : Xceed.Grid.Editors Namespace
The Xceed.Grid.Editors namespace regroups all the classes which can be used to edit the content of cells.
Classes
 ClassDescription
ClassProvides information regarding the cell whose content the control is about to edit.
ClassProvides information on the Xceed.Grid.Cell currently being edited as well as the Control used to edit the cell's content.
ClassThe CellEditorManager class allows for any control to be used as an editor to edit the content of a cells.
ClassThe CheckBoxEditor class represents an editor that can be used to edit the content of cells which have a boolean datatype.
ClassThe ComboBoxEditor class represents an editor that can be used to edit the content of cells which have an ID/Value mapping.
ClassThe DateEditor class represents an editor that can be used to edit the content of cells which have a System.DateTime datatype.
ClassProvides information regarding the value that is to be displayed by the custom editor.
ClassProvides information on the Xceed.Grid.Cell currently being edited, the System.Windows.Forms.Control used to edit the cell's content, as well as the cell's value and its datatype.
ClassRepresents a value and its corresponding image index.
ClassRepresents a collection of values and their corresponding image indexes.
ClassThe NumericEditor class represents an editor that can be used to edit the content of cells which have a numeric datatype.
ClassProvides information on a cell and the activation character required to activate its associated editor.
ClassProvides information on a cell and the activation key required to activate its associated editor.
ClassProvides information on the Xceed.Grid.Cell to be edited as well as the System.Windows.Forms.Control used to edit the cell's content in order to calculate the editor's bounds.
ClassProvides information on the Xceed.Grid.Cell to be edited as well as the System.Windows.Forms.Control used to edit the cell's content in order to retrieve the editor's fitted height.
ClassProvides information on the Xceed.Grid.Cell to be edited as well as the System.Windows.Forms.Control used to edit the cell's content in order to retrieve the editor's fitted width.
ClassProvides information on the Xceed.Grid.Cell to be edited, the System.Windows.Forms.Control used to edit the cell's content, and the input character to process.
ClassProvides information on the Xceed.Grid.Cell to be edited, the System.Windows.Forms.Control used to edit the cell's content, and the input key to process.
ClassProvides information regarding the value about to be assigned to the ControlViewer or CustomEditor.
ClassThe TextEditor class represents an editor that can be used to edit the content of cells which have a string datatype.
ClassProvides information when validating an editor's value.
Delegates
 DelegateDescription
DelegateRepresents the method that will handle the CustomEditor.ActivatingControl event.
DelegateRepresents the method that will handle various CellEditorManager events.
DelegateRepresents the method that will handle the CustomEditor.GettingControlValue event.
DelegateRepresents the method that will handle the CellEditorManager.GettingControlValue event.
DelegateRepresents the method that will handle the CellEditorManager.QueryActivationChar event.
DelegateRepresents the method that will handle the CellEditorManager.QueryActivationKey event.
DelegateRepresents the method that will handle the CellEditorManager.QueryEditorBounds event.
DelegateRepresents the method that will handle the CellEditorManager.QueryFittedHeight event.
DelegateRepresents the method that will handle the CellEditorManager.QueryFittedWidth event.
DelegateRepresents the method that will handle the CellEditorManager.QueryInputChar event.
DelegateRepresents the method that will handle the CellEditorManager.QueryInputKey event.
DelegateRepresents the method that will handle the CustomEditor.SettingControlValue and ControlViewer.SettingControlValue events.
DelegateRepresents the method that will handle the CellEditorManager.Validating event.
Enumerations
 EnumerationDescription
EnumerationValue indicating how the contents of various cell editors are displayed.
EnumerationValue representing the accepted sign(s), negative, positive or either, of the value entered in the GridNumericTextBox editor.
See Also

Reference

Xceed.Grid.v4.3 Assembly