Search
PropertyGrid.collapseProperty Method
See Also
 






Collapses the specified property.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

function collapseProperty (propertyName, [index])

 Parameters

propertyName

String. The name of the property to collapse.

index
Optional.

Number. The index of the object, if that object is within a collection property.

 Remarks

Collapses a property of the currently selected object.

 See Also