Configurates
C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection.
Syntax
'Declaration
Public Overridable Function NewItemCreator( _
ByVal As String _
) As
public virtual NewItemCreator(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also