menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataRowValueCommittingEventArgs

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

    Constructors

    GridDataRowValueCommittingEventArgs()

    Declaration
    public GridDataRowValueCommittingEventArgs()

    Properties

    EditedValues

    Gets or sets the edited values.

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

    The edited values.

    Record

    Gets or sets the record.

    Declaration
    public GridDataRecord Record { get; }
    Property Value
    Type Description
    GridDataRecord

    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 - 2025 Syncfusion Inc. All Rights Reserved