Search
PropertyGridContent.sortedColumn Property
See Also
 






Gets or sets the index of the column, by which the data is sorted.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

get sortedColumn() {}
set sortedColumn(value) {}

 Property Value

Number

The column index, or -1 if no sorting is applied to the grid.

 See Also