[]
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.
public virtual TBuilder RefreshOnEdit(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
This property is set to true by default, which ensures the collection is always sorted, filtered, and grouped correctly after any edit operations.