Skip to main content
A newer version of this page is available. .

SortableBuilder Class

A Sortable control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class SortableBuilder :
    WidgetBuilder

The following members return SortableBuilder objects:

Show 71 links

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
)

Inheritance

See Also