Skip to main content

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

true, if the row is expanded; otherwise, false.

See Also