constructor(value, columnIndex, rowIndex, columnValue, rowValue, columnFieldName, rowFieldName, columnValueType, rowValueType, dataIndex) Constructor
Initializes a new instance of the ASPxClientClickEventArgs class.
Declaration
constructor(
value: any,
columnIndex: number,
rowIndex: number,
columnValue: any,
rowValue: any,
columnFieldName: string,
rowFieldName: string,
columnValueType: string,
rowValueType: string,
dataIndex: number
)
Parameters
Name | Type | Description |
---|---|---|
value | any | An object that represents the processed cell’s value. This value is assigned to the ASPxClientClickEventArgs.Value property. |
columnIndex | number | The column’s index. This value is assigned to the ASPxClientClickEventArgs.ColumnIndex property. |
rowIndex | number | The row’s index. This value is assigned to the ASPxClientClickEventArgs.RowIndex property. |
columnValue | any | An object that represents a column field value. This value is assigned to the ASPxClientClickEventArgs.ColumnValue property. |
rowValue | any | An object that represents a row field value. This value is assigned to the ASPxClientClickEventArgs.RowValue property. |
columnFieldName | string | A String value that represents a column field name. This value is assigned to the ASPxClientClickEventArgs.ColumnFieldName property. |
rowFieldName | string | A String value that represents a row field name. This value is assigned to the ASPxClientClickEventArgs.RowFieldName property. |
columnValueType | string | A String value that represents a column value type. This value is assigned to the ASPxClientClickEventArgs.ColumnValueType property. |
rowValueType | string | A String value that represents a row value type. This value is assigned to the ASPxClientClickEventArgs.RowValueType property. |
dataIndex | number | The data field’s index. This value is assigned to the ASPxClientClickEventArgs.DataIndex property. |