WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGroupRefresh - WPF API Reference | Syncfusion TopLevelGroup class. ">

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved