Skip to main content

SortableBuilder(OptionsOwnerContext) Constructor

For internal use only. Initializes a new SortableBuilder class instance.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public SortableBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. To create a new Sortable control, use the Sortable helper method:

@(Html.DevExtreme().Sortable() // create a Sortable
    // call methods to specify control options
)
See Also