FlexGrid for WinForms
IsNew Property



Indicates the row is a placeholder for adding new rows to the grid.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property IsNew As Boolean
'Usage
 
Dim instance As Row
Dim value As Boolean
 
value = instance.IsNew
[Browsable(false)]
public bool IsNew {get;}
[Browsable(false)]
public:
property bool IsNew {
   bool get();
}
Remarks
This property returns true for the last row on the grid when the AllowAddNew property is set to true. This is the row that has an asterisk glyph on the first fixed column.
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

Row Class
Row Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback