Intersoft ClientUI Documentation
EditAction Property (UXGridViewRowEditEndingEventArgs)



Gets the EditAction that indicates whether the edit will be committed or canceled.
Syntax
Public ReadOnly Property EditAction As EditAction
Dim instance As UXGridViewRowEditEndingEventArgs
Dim value As EditAction
 
value = instance.EditAction
public EditAction EditAction {get;}
public:
property EditAction EditAction {
   EditAction get();
}

Property Value

An enumeration value that indicates whether this edit event will be committed or canceled.
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

UXGridViewRowEditEndingEventArgs Class
UXGridViewRowEditEndingEventArgs Members

Send Feedback