alexa

    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