ComponentOne FlexGrid for WinForms
IsNew Property

C1.Win.C1FlexGrid Namespace > Row Class : IsNew Property
Indicates the row is a placeholder for adding new rows to the grid.
Syntax
'Declaration
 
Public ReadOnly Property IsNew As Boolean
public bool IsNew {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.
See Also

Reference

Row Class
Row Members