Interface IGroupRefresh
Implement this interface to control refresh done with the TopLevelGroup class.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public interface IGroupRefresh
Methods
DeferRefresh()
Gets a disposable defer helper to suspends the all data operations in view.
Declaration
IDisposable DeferRefresh()
Returns
Type | Description |
---|---|
System.IDisposable | Returns disposable defer helper to do the bulk changes. |
RefreshFilters()
Refreshes the filtering in the group.
Declaration
void RefreshFilters()
RefreshSortingOrder()
Refreshes the sorting order of the group.
Declaration
void RefreshSortingOrder()