Skip to main content
All docs
V25.1
  • VectorMapAnnotationConfigBuilder(OptionsOwnerContext) Constructor

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

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public VectorMapAnnotationConfigBuilder(
        OptionsOwnerContext context
    )

    Parameters

    Name Type Description
    context OptionsOwnerContext

    For internal use only.

    Remarks

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

    See Also