Search
PropertyGridContent.getRowKey Method
See Also
 






Gets the key of the row at the specified index.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function getRowKey (index)

 Parameters

index

Number. The row index.

 Return Value

Object. The row key.

 See Also