Xceed Grid for WinForms v4.3 Documentation
TextEditor Class Events


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

For a list of all members of this type, see TextEditor members.

Public Events
 NameDescription
Public EventRaised to activate the control that will be used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised to deactivate the control that was used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRepresents the method that handles the Disposed event of a component. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised when retrieving the value assigned to the editor. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised when the value of the Mask property is changed.  
Public EventRaised when the value of the MaskPromptChar property is changed.  
Public EventRaised when a character is pressed to determine if it the editor is activated by the character. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised when a key is pressed to determine if it the editor is activated by the key. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised when calculating the bounds of the editor. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised to calculate the fitted height of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised to calculate the fitted width of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised to determine if a character is an input character that the editor recognizes. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised to determine whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Public EventRaised 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)
Public EventRaised 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)
Public EventRaised when validating the editor's value to determine if it can be assigned to its underlying cell. (Inherited from Xceed.Grid.Editors.CellEditorManager)
Top
See Also

Reference

TextEditor Class
Xceed.Grid.Editors Namespace