GraffitiSuite Docs
Docs
Graffitigridcelleditor
Loading document parsing libraries...
# GraffitiGridCellEditor Class ## About This class is a means of providing editing capabilities of various types to GraffitiGrid. There are several implemented in the demo project that illustrate its use. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | EditBegun | (None) | (None) | Raised when an edit operation has begun. | | EditCanceled | (None) | (None) | Raised when an edit operation has been canceled. | | EditCommited | (None) | (None) | Raised when an edit operation has been commited. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Begin | (None) | (None) | Begins editing. | | Cancel | (None) | (None) | Cancels editing if begun. | | Commit | (None) | (None) | Commits the edit operation, if begun. | | Constructor | control as MobileUIControl | (None) | Creates a new instance. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | Constraints | Dictionary | (None) | | Attributes | Initialized | Boolean | (None) | | Attributes | mObserver | GraffitiUpdateInterface | (None) | | Column | GraffitiGridColumn | (None) | The column currently being edited. | | Control | MobileUIControl | (None) | Control to be used for editing operations. | | Row | GraffitiGridRow | (None) | The row currently being edited. | | Visible | Boolean | False | Determines whether the editor is currently in use and visible on the user's screen. |