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

In This Topic
    RefreshOnEdit Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseCollectionViewService<T>.RefreshOnEdit. Sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited.
    Syntax
    'Declaration
     
    Public Overridable Property RefreshOnEdit As Boolean
    public virtual bool RefreshOnEdit {get; set;}
    Remarks
    This property is set to true by default, which ensures the collection is always sorted, filtered, and grouped correctly after any edit operations.
    See Also