Search
PropertyGridContent.sortAscending Property
See Also
 






Gets or sets a value, indicating whether the sorting is in Ascending order.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

get sortAscending() {}
set sortAscending(value) {}

 Property Value

Boolean

True if the sorting is in Ascending order, otherwise false.

 See Also