Skip to main content
All docs
V23.2
JS

GanttSortingMode Enum

Specifies the sorting mode.

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[JsonConverter(typeof(StringEnumConverter))]
public enum GanttSortingMode

Members

Name Description
Multiple

Rows are sorted by values of several columns.

None

No sorting is applied to a column.

Single

Rows are sorted by values of a single column only.

See Also