Name | Description | |
---|---|---|
![]() | ActivatingControl | Raised to activate the control that will be used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | DeactivatingControl | Raised to deactivate the control that was used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | Disposed | Represents the method that handles the Disposed event of a component. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GettingControlValue | Raised when retrieving the value assigned to the editor. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | MaskChanged | Raised when the value of the Mask property is changed. |
![]() | MaskPromptCharChanged | Raised when the value of the MaskPromptChar property is changed. |
![]() | QueryActivationChar | Raised when a character is pressed to determine if it the editor is activated by the character. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryActivationKey | Raised when a key is pressed to determine if it the editor is activated by the key. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryEditorBounds | Raised when calculating the bounds of the editor. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryFittedHeight | Raised to calculate the fitted height of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryFittedWidth | Raised to calculate the fitted width of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryInputChar | Raised to determine if a character is an input character that the editor recognizes. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryInputKey | Raised to determine whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | SettingControlAppearance | Raised to set the appearance of the control that will be used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | SettingControlValue | Raised when the value of a cell is about to be assigned to the control used to edit its content. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | Validating | Raised when validating the editor's value to determine if it can be assigned to its underlying cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |