Back to Devexpress

GanttSortingMode Enum

aspnetcore-devextreme-dot-aspnet-dot-mvc-63e28090.md

latest595 B
Original Source

GanttSortingMode Enum

Specifies the sorting mode.

Namespace : DevExtreme.AspNet.Mvc

Assembly : DevExtreme.AspNet.Core.dll

Declaration

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

Members

NameDescription
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

DevExtreme.AspNet.Mvc Namespace