ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / NewItemCreator Property

In This Topic
    NewItemCreator Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection.
    Syntax
    'Declaration
     
    Public Overridable Property NewItemCreator As String
    public virtual string NewItemCreator {get; set;}
    Remarks
    If the creator function is not supplied, try to create an uninitialized item of the appropriate type.
    See Also