Class GridDataCurrentCellChanged
Provides the class to hold data when current cell is changed.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCurrentCellChanged : SyncfusionEventArgs
Constructors
GridDataCurrentCellChanged()
Declaration
public GridDataCurrentCellChanged()
Properties
ColumnName
Gets the name of the column.
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the column. |
CurrentValue
Gets the current value.
Declaration
public object CurrentValue { get; }
Property Value
Type | Description |
---|---|
System.Object | The current value. |
RecordIndex
Gets the index of the record.
Declaration
public int RecordIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the record. |