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 ASPx |
column |
number | The column’s index. This value is assigned to the ASPx |
row |
number | The row’s index. This value is assigned to the ASPx |
column |
any | An object that represents a column field value. This value is assigned to the ASPx |
row |
any | An object that represents a row field value. This value is assigned to the ASPx |
column |
string | A String value that represents a column field name. This value is assigned to the ASPx |
row |
string | A String value that represents a row field name. This value is assigned to the ASPx |
column |
string | A String value that represents a column value type. This value is assigned to the ASPx |
row |
string | A String value that represents a row value type. This value is assigned to the ASPx |
data |
number | The data field’s index. This value is assigned to the ASPx |