Skip to main content

TreeListSortingBuilder(OptionsOwnerContext) Constructor

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public TreeListSortingBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. A new TreeListSortingBuilder class instance is created when you call the Sorting(Action<TreeListSortingBuilder>) method.

See Also