Class GridDataRowValueCommittedEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataRowValueCommittedEventArgs : SyncfusionCancelEventArgs
Constructors
GridDataRowValueCommittedEventArgs()
Declaration
public GridDataRowValueCommittedEventArgs()
Properties
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 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. |