menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum InvalidateAction - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum InvalidateAction

    Indicates the invalidate action taken when a value in a cell changes.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum InvalidateAction

    Fields

    Name Description
    Cell

    Only the changed cell is invalidated.

    Grid

    The entire grid is invalidated when any cell in the gid is changed.

    Row

    The entire row holding the changed cell is invalidated.

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