Skip to main content
All docs
V23.2

GanttScaleTypeRangeBuilder(OptionsOwnerContext) Constructor

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public GanttScaleTypeRangeBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. GanttScaleTypeRangeBuilder class instance is created when you call the ScaleTypeRange(Action<GanttScaleTypeRangeBuilder>) method.

See Also