Search
PropertyGrid.expandProperty Method
See Also
 






Expands the specified property.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

function expandProperty (propertyName, [index])

 Parameters

propertyName

String. The name of the property to expand.

index
Optional.

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

 Remarks

Expands a property of the currently selected object.

 See Also