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