HeadersSortEventArgs

12 Sep 20251 minute to read

Defines the current sorting information such as field name, sort order and members which is to be sorted.

Properties

IsOrderChanged boolean

Defines an option to restrict the unwanted custom sorting operation. By default, the value is in ‘false’ state.

fieldName string

Defines the name of the field to be sorted.

levelName string

Defines the hierarchy. Note: It is applicable only for OLAP data.

members string[]|number[]

Defines the members to be sorted.

sortOrder Sorting

Defines the sort order for the members to be sorted.