Search
PropertyGridContent.isRowVisible Method
See Also
 






Checks if the row at the specified index is currently visible.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function isRowVisible (row)

 Parameters

row

Number. The row index.

 Return Value

Boolean. True if the row is visible, otherwise false.

 See Also