menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridListChangedInsertRemoveBehavior - API Reference

    Show / Hide Table of Contents

    Enum GridListChangedInsertRemoveBehavior

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

    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public enum GridListChangedInsertRemoveBehavior

    Fields

    Name Description
    InvalidateAll

    Invalidate display, do not check position of record

    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.

    ScrollWithImmediateUpdate

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved