WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataRowValidatingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataRowValidatingEventArgs

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridDataRowValidatingEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataRowValidatingEventArgs : SyncfusionRoutedEventArgs

    Constructors

    GridDataRowValidatingEventArgs()

    Initializes a new instance of the GridDataRowValidatingEventArgs class.

    Declaration
    public GridDataRowValidatingEventArgs()

    Properties

    IsValid

    Gets or sets a value indicating whether this instance is valid.

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is valid; otherwise, false.

    NewValues

    Gets or sets the new values.

    Declaration
    public Dictionary<string, object> NewValues { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    The new values.

    Record

    Gets or sets the record.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The record.

    RowIndex

    Gets or sets the index of the row.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the row.

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