Search
PropertyGrid.currentIndex Property
See Also
 






Gets the index of the currently selected object, if that object is within a collection property.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get currentIndex() {}
set currentIndex(value) {}

 Property Value

Number

The index of the current object within the collection, or -1.

 See Also