Class | Description | |
---|---|---|
![]() | ActivatingControlEventArgs | Provides information regarding the cell whose content the control is about to edit. |
![]() | CellEditorEventArgs | Provides information on the Xceed.Grid.Cell currently being edited as well as the Control used to edit the cell's content. |
![]() | CellEditorManager | The CellEditorManager class allows for any control to be used as an editor to edit the content of a cells. |
![]() | CheckBoxEditor | The CheckBoxEditor class represents an editor that can be used to edit the content of cells which have a boolean datatype. |
![]() | ComboBoxEditor | The ComboBoxEditor class represents an editor that can be used to edit the content of cells which have an ID/Value mapping. |
![]() | DateEditor | The DateEditor class represents an editor that can be used to edit the content of cells which have a System.DateTime datatype. |
![]() | GettingControlValueEventArgs | Provides information regarding the value that is to be displayed by the custom editor. |
![]() | GettingEditorControlValueEventArgs | Provides 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. |
![]() | ImageMap | Represents a value and its corresponding image index. |
![]() | ImageMapList | Represents a collection of values and their corresponding image indexes. |
![]() | NumericEditor | The NumericEditor class represents an editor that can be used to edit the content of cells which have a numeric datatype. |
![]() | QueryEditorActivationCharEventArgs | Provides information on a cell and the activation character required to activate its associated editor. |
![]() | QueryEditorActivationKeyEventArgs | Provides information on a cell and the activation key required to activate its associated editor. |
![]() | QueryEditorBoundsEventArgs | Provides 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. |
![]() | QueryEditorFittedHeightEventArgs | Provides 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. |
![]() | QueryEditorFittedWidthEventArgs | Provides 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. |
![]() | QueryEditorInputCharEventArgs | Provides 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. |
![]() | QueryEditorInputKeyEventArgs | Provides 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. |
![]() | SettingControlValueEventArgs | Provides information regarding the value about to be assigned to the ControlViewer or CustomEditor. |
![]() | TextEditor | The TextEditor class represents an editor that can be used to edit the content of cells which have a string datatype. |
![]() | ValidatingEditorEventArgs | Provides information when validating an editor's value. |