New to Kendo UI for Angular? Start a free 30-day trial
SortSettings
Updated on Jun 17, 2025
Defines the settings for sorting the TreeList.
type SortSettings = boolean | ColumnSortSettings intersected with { mode?: "single" | "multiple"; showIndexes?: boolean; };