Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / DataAllowAddNew Property


In This Topic
    DataAllowAddNew Property (DataManager)
    In This Topic
    Gets or sets whether to allow the user to add a new row when the sheet is bound.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property DataAllowAddNew As Boolean
    'Usage
     
    
    Dim instance As DataManager
    Dim value As Boolean
     
    instance.DataAllowAddNew = value
     
    value = instance.DataAllowAddNew
    public override bool DataAllowAddNew {get; set;}

    Property Value

    true if allowed to add new row; otherwise, false
    See Also