GrapeCity MultiRow Windows Forms Documentation
EditingActions Class Members
Properties 


The following tables list the members exposed by EditingActions.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)BeginEditGets an IAction value that enters edit mode for the current cell.  
Public Propertystatic (Shared in Visual Basic)CancelCellEditAn IAction interface that represents an action that cancels the current input action and exits edit mode if the current cell is in edit mode.  
Public Propertystatic (Shared in Visual Basic)CancelEditGets 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.  
Public Propertystatic (Shared in Visual Basic)CancelRowEditAn IAction interface that cancels the current row edit action.  
Public Propertystatic (Shared in Visual Basic)ClearGets an IAction value that deletes selected cells or rows' values.  
Public Propertystatic (Shared in Visual Basic)ClearEditGets an IAction value that clears the current entered text (or value), and does not exit edit mode.  
Public Propertystatic (Shared in Visual Basic)CommitRowGets an IAction value that commits current cell level and row level editing values.  
Public Propertystatic (Shared in Visual Basic)CopyGets an IAction value that copies selected cells' values to the clipboard.  
Public Propertystatic (Shared in Visual Basic)CutGets an IAction value that cuts the selected cells' values to the clipboard.  
Public Propertystatic (Shared in Visual Basic)DeleteSelectedRowsGets an IAction value that deletes all of the rows which have been selected.  
Public Propertystatic (Shared in Visual Basic)EndEditGets an IAction value that exits edit mode for the current cell.  
Public Propertystatic (Shared in Visual Basic)InputNullValueGets an IAction value that enters edit mode and inputs a NullValue to the editor.  
Public Propertystatic (Shared in Visual Basic)PasteGets an IAction value that pastes values from the clipboard to special cells or rows.  
Public Propertystatic (Shared in Visual Basic)ShowDropDownGets an IAction value that pops up a drop-down list or a form using a cell with a popup function.  
Top
See Also

Reference

EditingActions Class
GrapeCity.Win.MultiRow Namespace
ShortcutKeyManager Property
IAction Interface
ActionList Class

 

 


Copyright © GrapeCity, inc. All rights reserved.