ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GeoGridLayerTagHelper Class / ItemsSource Property

In This Topic
    ItemsSource Property (GeoGridLayerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MapLayerBase<T>.ItemsSource. Sets a data source for the layer.
    Syntax
    'Declaration
     
    Public Property ItemsSource As String
    public string ItemsSource {get; set;}
    Remarks
    Data source should be GeoJSON object(s).
    See Also