WinForms

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

    Show / Hide Table of Contents

    Interface ISupportUpdate

    Provides the functionalities for the control to have BeginUpdate and EndUpdate options.

    Namespace: Syncfusion.WinForms.Core
    Assembly: Syncfusion.Core.WinForms.dll
    Syntax
    public interface ISupportUpdate

    Properties

    IsUpdating

    Gets a value indicating whether BeginUpdate() was called.

    Declaration
    bool IsUpdating { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    BeginUpdate()

    Suspends updating the component. An internal counter will be increased if called multiple times.

    Declaration
    void BeginUpdate()

    EndUpdate()

    Resumes updating the component. If BeginUpdate() was called multiple times, an internal counter is decreased.

    Declaration
    void EndUpdate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved