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