Class GridQueryDependentCellValueEventArgs
Inheritance
System.Object
System.EventArgs
GridQueryDependentCellValueEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.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
Type |
---|
System.Boolean |
CellValue
Declaration
public string CellValue { get; set; }
Property Value
Type |
---|
System.String |
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |