Skip to main content
A newer version of this page is available. .

VectorMapLayerBuilder Class

Represents a VectorMap layer.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class VectorMapLayerBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return VectorMapLayerBuilder objects:

Show 59 links

Remarks

Do not instantiate this class explicitly. A new VectorMapLayerBuilder class instance is created when you call the Layers(Action<CollectionFactory<VectorMapLayerBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
VectorMapLayerBuilder
See Also