BCGControlBar Library for .NET
AllowUserToAddRows Property




Gets or sets a value that specifies whether the user is enabled to add new rows to Grid.
Syntax
'Declaration
 
Public Property AllowUserToAddRows As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.AllowUserToAddRows = value
 
value = instance.AllowUserToAddRows
public bool AllowUserToAddRows {get; set;}
public: __property bool get_AllowUserToAddRows();
public: __property void set_AllowUserToAddRows( 
   bool value
);
public:
property bool AllowUserToAddRows {
   bool get();
   void set (    bool value);
}
Remarks
This property is usable for DBGrid. If this property is true, the Grid displays a new row at the bottom of the grid. If at least one item in this row is updated, the new row is added to database and another new row is created.
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

GridControl Class
GridControl Members

Send Feedback