Xceed Grid for WinForms v4.3 Documentation
CellEditorManager Class Members
Properties  Methods  Events


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace : CellEditorManager Class

The following tables list the members exposed by CellEditorManager.

Protected Constructors
 NameDescription
Protected ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the System.ComponentModel.IContainer associated with the System.ComponentModel.ISite when implemented by a class.  
Public PropertyGets a boolean value indicating if the System.Windows.Forms.Control is painted within the bounds of the cell.  
Public PropertyGets or sets the System.ComponentModel.ISite associated with the System.ComponentModel.IComponent.  
Public PropertyGets the System.Windows.Forms.Control that will be used as a template to create the controls that will edit the content of cells.  
Top
Protected Properties
 NameDescription
Protected Internal PropertyGets a value representing the mode in which the control used to edit the content of cells is created.  
Protected PropertyGets a value that indicates whether the System.ComponentModel.Component is currently in design mode.  
Protected PropertyGets a list of the events to which the CellEditorManager is subscribed.  
Protected PropertyGets a collection of property names whose values have been explicitly set as well as the corresponding values.  
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected Internal MethodActivates the control that will be used to edit the content of the cell and raises the ActivatingControl event.Activates the control that will be used to edit the content of a cell.  
Protected MethodActivates the control that will be used to edit the content of the cell.  
Protected Internal MethodCalculates the bounds of the editor and raises the QueryEditorBounds event.  
Protected MethodCalculates the bounds of the editor.  
Protected Internal MethodCreates the System.Windows.Forms.Control that will be used to edit the content of cells.  
Protected Internal MethodDeactivates the control that will be used to edit the content of the cell and raises the DeactivatingControl event.  
Protected MethodDeactivates the control that will be used to edit the content of the cell.  
Protected MethodOverloaded. Releases all resources.  
Protected MethodAllows the object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Protected Internal MethodRetrieves the value of the control and raises the GettingControlValue event.Retrieves the value assigned to the control.  
Protected MethodRetrieves the value of the control.  
Protected Internal MethodRetrieves a value representing the fitted height of the editor in pixels and raises the QueryFittedHeight event.Retrieves a value representing the fitted height of the cell editor in pixels.  
Protected MethodRetrieves a value representing the fitted height of the editor in pixels.  
Protected Internal MethodRetrieves a value representing the fitted width of the editor in pixels and raises the QueryFittedWidth event.Retrieves a value representing the fitted width of the cell editor in pixels.  
Protected MethodRetrieves a value representing the fitted width of the editor in pixels.  
Protected MethodRetrieves the value of the specified property in the Properties collection.  
Protected MethodReturns an object that represents a service provided by the System.ComponentModel.Component or by its Container.  
Protected Internal MethodGets a boolean value indicating if the control should handle the mouse click once it is activated.  
Protected Internal MethodRetrieves a boolean value indicating if the editor is activated by the char and raises the QueryActivationChar event.Retrieves a boolean value indicating if the control is activated by the char.  
Protected MethodRetrieves a boolean value indicating if the editor is activated by the char.  
Protected Internal MethodRetrieves a boolean value indicating if the editor is activated by the key and raises the QueryActivationKey event.Retrieves a boolean value indicating if the control is activated by the key.  
Protected MethodRetrieves a boolean value indicating if the editor is activated by the key.  
Protected Internal MethodDetermines if a character is an input character that the editor recognizes and raises the QueryInputChar event.Determines if a character is an input character that the control recognizes.  
Protected MethodDetermines if a character is an input character that the editor recognizes.  
Protected Internal MethodDetermines whether the specified key is a regular input key or a special key that requires preprocessing and raises the QueryInputKey event.Determines whether the specified key is a regular input key or a special key that requires preprocessing.  
Protected MethodDetermines whether the specified key is a regular input key or a special key that requires preprocessing.  
Protected MethodRetrieves a boolean value indicating if the specified property has been explicitly set.  
Protected MethodRaises the specified event.  
Protected MethodRemoves the specified property from the Properties collection.  
Protected Internal MethodSets the appearance of the control that will be used to edit the content of the cell and raises the SettingControlAppearance event.  
Protected MethodSets the appearance of the control that will be used to edit the content of the cell.  
Protected Internal MethodAssigns the value of the cell to the control and raises the SettingControlValue event.Assigns a value to the control.  
Protected MethodAssigns the value of the cell to the control.  
Protected Internal MethodValidates if the editor's value is valid and can be assigned to its underlying cell as well as raises the Validating event.  
Protected MethodValidates if the editor's value is valid and can be assigned to its underlying cell.  
Top
Public Events
 NameDescription
Public EventRaised to activate the control that will be used to edit the content of its corresponding cell.  
Public EventRaised to deactivate the control that was used to edit the content of its corresponding cell.  
Public EventRepresents the method that handles the Disposed event of a component.  
Public EventRaised when retrieving the value assigned to the editor.  
Public EventRaised when a character is pressed to determine if it the editor is activated by the character.  
Public EventRaised when a key is pressed to determine if it the editor is activated by the key.  
Public EventRaised when calculating the bounds of the editor.  
Public EventRaised to calculate the fitted height of the editor in pixels.  
Public EventRaised to calculate the fitted width of the editor in pixels.  
Public EventRaised to determine if a character is an input character that the editor recognizes.  
Public EventRaised to determine whether the specified key is a regular input key or a special key that requires preprocessing.  
Public EventRaised to set the appearance of the control that will be used to edit the content of its corresponding cell.  
Public EventRaised when the value of a cell is about to be assigned to the control used to edit its content.  
Public EventRaised when validating the editor's value to determine if it can be assigned to its underlying cell.  
Top
See Also

Reference

CellEditorManager Class
Xceed.Grid.Editors Namespace