In This Topic
Gets or sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection.
Syntax
'Declaration
Public Property AllowAddNew As Boolean
public bool AllowAddNew {get; set;}
See Also