Class TreeGridCurrentCellBeginEditEventArgs
Provides data for CurrentCellBeginEdit event.
Inheritance
System.Object
TreeGridCurrentCellBeginEditEventArgs
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridCurrentCellBeginEditEventArgs : CancelEventArgs
Constructors
TreeGridCurrentCellBeginEditEventArgs()
Initializes a new instance of TreeGridCurrentCellBeginEditEventArgs class.
Declaration
public TreeGridCurrentCellBeginEditEventArgs()
Properties
Column
Gets the TreeGridColumn that contains the current cell for which the event occurred.
Declaration
public TreeGridColumn Column { get; }
Property Value
Type | Description |
---|---|
TreeGridColumn | The corresponding TreeGridColumn that contains the cell to be edited. |
RowColumnIndex
Gets the RowColumnIndex of the current cell for which the event occurred.
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | The corresponding RowColumnIndex of the current cell for which the event occurred. |