SortConfiguration / PartialSortConfiguration

Description

A SortConfiguration is an interface that exposes properties to allow the configuration of sorts on the grid’s data.

The SortConfigurationCollection uses SortConfiguration in order to modify the sorting behavior of specific columns.

Properties

Property

Type

Description

comparer?

Comparer<unknown>

The Comparer used to sort the data.