ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / IsAddingNewRowsAllowed Property

In This Topic
    IsAddingNewRowsAllowed Property (C1DataGrid)
    In This Topic
    Gets a value indicating whether it is possible to add new rows according to the inner System.ComponentModel.ICollectionView and C1DataGrid configuration.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAddingNewRowsAllowed As Boolean
    public bool IsAddingNewRowsAllowed {get;}
    See Also