Class CurrentCellEndEditEventArgs
Represents a class which holds the properties of CurrentCell EndEdit event.
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class CurrentCellEndEditEventArgs : GridEventArgs
Constructors
CurrentCellEndEditEventArgs()
Initializes a new instance of the CurrentCellEndEditEventArgs class.
Declaration
public CurrentCellEndEditEventArgs()
Properties
RowcolumnIndex
Gets the value of RowColumnIndex .
Declaration
public RowColumnIndex RowcolumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |