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