Back to Devexpress

VectorMapLayerBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-30a803da.md

latest10.2 KB
Original Source

VectorMapLayerBuilder Class

Represents a VectorMap layer.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
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

ICollectionItem

Inheritance

Object OptionsOwnerBuilder VectorMapLayerBuilder

See Also

VectorMapLayerBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace