GrapeCity.Win.MultiRow Namespace : EditingActions Class |
The following tables list the members exposed by EditingActions.
Name | Description | |
---|---|---|
BeginEdit | Gets an IAction value that enters edit mode for the current cell. | |
CancelCellEdit | An IAction interface that represents an action that cancels the current input action and exits edit mode if the current cell is in edit mode. | |
CancelEdit | Gets an IAction value that cancels the current input action and exits edit mode if the current cell is in an edit state. If the current cell is not in an edit state or the current cell's dirty state is false, the action cancels the row level edit. | |
CancelRowEdit | An IAction interface that cancels the current row edit action. | |
Clear | Gets an IAction value that deletes selected cells or rows' values. | |
ClearEdit | Gets an IAction value that clears the current entered text (or value), and does not exit edit mode. | |
CommitRow | Gets an IAction value that commits current cell level and row level editing values. | |
Copy | Gets an IAction value that copies selected cells' values to the clipboard. | |
Cut | Gets an IAction value that cuts the selected cells' values to the clipboard. | |
DeleteSelectedRows | Gets an IAction value that deletes all of the rows which have been selected. | |
EndEdit | Gets an IAction value that exits edit mode for the current cell. | |
InputNullValue | Gets an IAction value that enters edit mode and inputs a NullValue to the editor. | |
Paste | Gets an IAction value that pastes values from the clipboard to special cells or rows. | |
ShowDropDown | Gets an IAction value that pops up a drop-down list or a form using a cell with a popup function. |