Intersoft ClientUI Documentation
EditAction Property (UXGridViewRowEditEndedEventArgs)



Gets the EditAction that indicates whether the edit was committed or canceled.
Syntax
Public ReadOnly Property EditAction As EditAction
Dim instance As UXGridViewRowEditEndedEventArgs
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 was 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

UXGridViewRowEditEndedEventArgs Class
UXGridViewRowEditEndedEventArgs Members

Send Feedback