Xceed Grid for WinForms v4.3 Documentation
CellEditorManager protected members
Welcome to Xceed Grid for WinForms v4.3 > Advanced Concepts > Extending the grid's classes > CellEditorManager and CellViewerManager extensions > How to derive from the CellEditorManager class > CellEditorManager protected members

The following tables provide a list of all the protected members available on the CellEditorManager class. A list of the public members is also available here

 
Constructors Description
CellEditorManager( Control, bool, bool); Initializes a new instance of the CellEditorManager class specifying the control that will be used as a template to edit the content of cells, as well as other characteristics that will apply to the editor.
 
 
Properties Description
CreateControlMode Gets a value representing the mode in which the control used to edit the content of cells is created.
 
 
Methods Description
ActivateControl( Core) Activates the control that will be used to edit the content of the cell and raises the ActivatingControl event.
CalculateEditorBounds( Core) Calculates the bounds of the editor and raises the QueryEditorBounds event.
CreateControl Creates the Control that will be used to edit the content of cells.
DeactivateControl( Core) Deactivates the control that will be used to edit the content of the cell and raises the DeactivatingControl event.
GetControlValue( Core) Retrieves the value of the control and raises the GettingControlValue event.
GetFittedHeight( Core) Retrieves a value representing the fitted height of the editor in pixels and raises the QueryFittedHeight event.
GetFittedWidth( Core) Retrieves a value representing the fitted width of the editor in pixels and raises the QueryFittedWidth event.
HandleActivationClick Gets a boolean value indicating if the control should handle the mouse click once it is activated.
IsActivationChar( Core) Retrieves a boolean value indicating if the editor is activated by the char and raises the QueryActivationChar event.
IsActivationKey( Core) Retrieves a boolean value indicating if the editor is activated by the key and raises the QueryActivationKey event.
IsInputChar( Core) Determines if a character is an input character that the editor recognizes and raises the QueryInputChar event.
IsInputKey( Core) Determines whether the specified key is a regular input key or a special key that requires preprocessing and raises the QueryInputKey event.
SetControlAppearance( Core) Sets the appearance of the control that will be used to edit the content of the cell and raises the SettingControlAppearance event.
SetControlValue( Core) Assigns the value of the cell to the control and raises the SettingControlValue event.
Validate( Core) Validates if the editor's value is valid and can be assigned to its underlying cell as well as raises the Validating event.