Class CurrentCellValueChangedEventArgs
Represents a class which holds the properties of CurrentCell ValueChanged event.
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class CurrentCellValueChangedEventArgs : GridEventArgs
Constructors
CurrentCellValueChangedEventArgs()
Initializes a new instance of the CurrentCellValueChangedEventArgs class.
Declaration
public CurrentCellValueChangedEventArgs()
Properties
ControlText
Gets the control text of the current cell .
Declaration
public string ControlText { get; }
Property Value
Type | Description |
---|---|
System.String | Text in current cell. |
RowcolumnIndex
Gets the value of RowColumnIndex .
Declaration
public RowColumnIndex RowcolumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |