ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridNewRow Class / IsEnteringNewRow Property

In This Topic
    IsEnteringNewRow Property
    In This Topic
    Gets a value indicating whether this instance is entering a new row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEnteringNewRow As Boolean
    public bool IsEnteringNewRow {get;}

    Property Value

    true if this instance is entering new row; otherwise, false.
    See Also