Skip to main content
All docs
V23.2

VisualRangeBuilder(OptionsOwnerContext) Constructor

Initializes a new instance of the VisualRangeBuilder class with specified settings.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public VisualRangeBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. A new VizualRangeBuilder class instance is created when you call one of the following methods:

See Also