alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridListChangedInsertRemoveBehavior

    Defines the constants that specify the sort position of the current record when edited interactively by user.

    Inheritance
    System.Object
    GridListChangedInsertRemoveBehavior
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GridListChangedInsertRemoveBehavior : Enum

    Fields

    InvalidateAll

    Invalidate display, do not check position of record

    Declaration
    public const GridListChangedInsertRemoveBehavior InvalidateAll
    Field Value
    Type
    GridListChangedInsertRemoveBehavior

    InvalidateVisible

    Invalidate only the visible portion of display that is affected by change. If record is above current view change the top row to minimize scrolling.

    Declaration
    public const GridListChangedInsertRemoveBehavior InvalidateVisible
    Field Value
    Type
    GridListChangedInsertRemoveBehavior

    ScrollWithImmediateUpdate

    Scroll contents. If record is above current view change the top row to minimize scrolling. Changes will be visible immediately.

    Declaration
    public const GridListChangedInsertRemoveBehavior ScrollWithImmediateUpdate
    Field Value
    Type
    GridListChangedInsertRemoveBehavior
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved