[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.RefreshOnEdit

RefreshOnEdit Method

RefreshOnEdit(bool)

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 TBuilder RefreshOnEdit(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

This property is set to true by default, which ensures the collection is always sorted, filtered, and grouped correctly after any edit operations.