BCGControlBar Library for .NET
CancelEdit Property




Syntax
'Declaration
 
Public Property CancelEdit As Boolean
'Usage
 
Dim instance As GridEditCellEventArgs
Dim value As Boolean
 
instance.CancelEdit = value
 
value = instance.CancelEdit
public bool CancelEdit {get; set;}
public: __property bool get_CancelEdit();
public: __property void set_CancelEdit( 
   bool value
);
public:
property bool CancelEdit {
   bool get();
   void set (    bool value);
}
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

GridEditCellEventArgs Class
GridEditCellEventArgs Members

Send Feedback