ListView.SortItems Method (Typed) | |
Sort the list view items using the user-defined sort method specified by EnableSort().
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SortItems() AS USUAL
public virtual Usual SortItems()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also