alexa

    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
    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