alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class InvalidateAction

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

    Inheritance
    System.Object
    InvalidateAction
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class InvalidateAction : Enum

    Fields

    Cell

    Only the changed cell is invalidated.

    Declaration
    public const InvalidateAction Cell
    Field Value
    Type
    InvalidateAction

    Grid

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

    Declaration
    public const InvalidateAction Grid
    Field Value
    Type
    InvalidateAction

    Row

    The entire row holding the changed cell is invalidated.

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