Skip to main content

constructor(row) Constructor

Initializes a new instance of the ASPxClientVerticalGridRowExpandedEventArgs class with specified settings.

Declaration

constructor(
    row: ASPxClientVerticalGridRow
)

Parameters

Name Type Description
row ASPxClientVerticalGridRow

A ASPxClientVerticalGridRow object that uniquely identifies the expanded row. This value is assigned to the ASPxClientVerticalGridRowExpandedEventArgs.row property.

See Also