Back to Devexpress

GanttSortingBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-3dffb8d5.md

latest2.9 KB
Original Source

GanttSortingBuilder Class

Provides methods that allow you to configure nested options of the client-side sorting object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class GanttSortingBuilder :
    OptionsOwnerBuilder

The following members return GanttSortingBuilder objects:

Show 12 links

Remarks

Do not instantiate this class explicitly. A new GanttSortingBuilder class instance is created when you call the Sorting(Action<GanttSortingBuilder>) method.

Inheritance

Object OptionsOwnerBuilder GanttSortingBuilder

See Also

GanttSortingBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace