[]
        
(Showing Draft Content)

C1.Web.Mvc.BaseCollectionViewService-1.RefreshOnEdit

RefreshOnEdit Property

RefreshOnEdit

Gets or 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.