ASPxClientVerticalGrid.GetEditor(row) Method
In This Article
Returns the editor used to edit the specified row’s values.
#Declaration
TypeScript
GetEditor(
row: ASPxClientVerticalGridRow | number | string
): ASPxClientEdit
#Parameters
Name | Type | Description |
---|---|---|
row | string | number | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The GetEditor method can be used to get access to an instance of the specified row’s inplace editor. This method is in effect when the grid is switched to edit mode. If the grid is in browse mode, the GetEditor method returns null.
See Also