Class GridQueryDependentCellValueEventArgs
Inheritance
System.Object
GridQueryDependentCellValueEventArgs
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridQueryDependentCellValueEventArgs : EventArgs
Constructors
GridQueryDependentCellValueEventArgs()
Declaration
public GridQueryDependentCellValueEventArgs()
GridQueryDependentCellValueEventArgs(Int32, Int32)
Declaration
public GridQueryDependentCellValueEventArgs(int rowindex, int columnindex)
Parameters
Type |
Name |
Description |
System.Int32 |
rowindex |
|
System.Int32 |
columnindex |
|
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
CellValue
Declaration
public string CellValue { get; set; }
Property Value
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Extension Methods