FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / IsNew Property

In This Topic
    IsNew Property (Row)
    In This Topic
    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