BCGControlBar Library for .NET
ContinueEdit Property




Gets or sets the value that specifies whether the grid should continue editing of cell content.
Syntax
'Declaration
 
Public Property ContinueEdit As Boolean
'Usage
 
Dim instance As DataItemChangeEventArgs
Dim value As Boolean
 
instance.ContinueEdit = value
 
value = instance.ContinueEdit
public bool ContinueEdit {get; set;}
public: __property bool get_ContinueEdit();
public: __property void set_ContinueEdit( 
   bool value
);
public:
property bool ContinueEdit {
   bool get();
   void set (    bool value);
}
Remarks
You may want to set this property to true if data validation failed and the user should correct the data.
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

DataItemChangeEventArgs Class
DataItemChangeEventArgs Members

Send Feedback