ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AllowAddNew Property

In This Topic
    AllowAddNew Property (FlexGridBase<T>)
    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
     
    
    <JsonAttribute(1)>
    Public Overridable Property AllowAddNew As Boolean
    [Json(1)]
    public virtual bool AllowAddNew {get; set;}
    Remarks
    The new row template will not be displayed if the IsReadOnly property
    See Also