GrapeCity MultiRow Windows Forms Documentation
CancelRowEdit Property


An IAction interface that cancels the current row edit action.
Syntax
Public Shared ReadOnly Property CancelRowEdit As IAction
Dim value As IAction
 
value = EditingActions.CancelRowEdit
public static IAction CancelRowEdit {get;}

Property Value

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. If the current cell is not in an edit state or the current cell's dirty state is false, then executing the action cancels the row level edit.
Remarks
If the current cell is in edit mode, the cancel row edit action cannot be executed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditingActions Class
EditingActions Members
ShortcutKeyManager Property
IAction Interface
ActionList Class

 

 


Copyright © GrapeCity, inc. All rights reserved.