ASPxClientVerticalGrid.GetRowExpanded(row) Method
In This Article
Gets the value that specifies whether the required row is expanded.
#Declaration
TypeScript
GetRowExpanded(
row: ASPxClientVerticalGridRow | number | string
): boolean
#Parameters
Name | Type | Description |
---|---|---|
row | string | number | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
boolean |
|
See Also