Checks if the row at the specified index is currently visible.
Namespace: MindFusion.DataViews
File: PropertyGridContent.js
SyntaxJavaScript
Copy Code
|
|---|
function isRowVisible (row) |
Number. The row index.
Boolean. True if the row is visible, otherwise false.
See Also