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

DraggableBuilder Class

A Draggable control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DraggableBuilder :
    WidgetBuilder

The following members return DraggableBuilder objects:

Show 55 links

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
)

Inheritance

See Also