Xamarin.iOS

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGroupRefresh

    Show / Hide Table of Contents

    Interface IGroupRefresh

    Implement this interface to control refresh done with the TopLevelGroup class.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved