ASPxClientVerticalGrid.GetRowById(rowId) Method
Returns the row with the specified unique identifier.
Declaration
GetRowById(
rowId: string
): ASPxClientVerticalGridRow
Parameters
Name | Type | Description |
---|---|---|
rowId | string | A string value that specifies the row’s unique identifier (the row’s WebColumnBase.Name property value). |
Returns
Type | Description |
---|---|
ASPxClientVerticalGridRow | An ASPxClientVerticalGridRow object that represents the client row. |
See Also