[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper-2.RefreshOnEdit

RefreshOnEdit Property

RefreshOnEdit

Configurates 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.

Declaration
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.