Search
PropertyGridContent.getRowElement Method
See Also
 






Gets the DOM element of the specified row.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function getRowElement (row)

 Parameters

row

Number. The row index.

 Return Value

HTMLDivElement. the row's DOM element.

 See Also