Search
PropertyGridContent.groupByColumn Method
See Also
 






Groups by the specified column.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function groupByColumn (index)

 Parameters

index

Number. The index of the column to group by, or null to clear the grouping.

 See Also