Previous Topic

Next Topic

Inhoudsopgave

Book Index

SortOrder Property

Property Property SortOrder: Enumerated (R/W)

Description

Sort order within the sorting.

Remarks

When using sort functionality, multiselect is not possible.

Both properties SortIndex and SortOrder have to be called to create a (nested) sorting

Code Snippet

columnPartGrpCode.SortIndex = 1

columnPartGrpCode.SortOrder = 1

columnPartType.SortIndex = 2

columnPartType.SortOrder = 2