ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowWithDetails Class / IsNew Property

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