SortableBuilder Class
A Sortable control.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
public class SortableBuilder :
WidgetBuilder
#Remarks
Call the Sortable helper method to create a new Sortable control. The method creates a SortableBuilder
class instance whose members allow you to specify control options.
@(Html.DevExtreme().Sortable() // create a Sortable
// call methods to specify control options
)