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

In This Topic
    ItemsSourceId Property (CollectionViewNavigatorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CollectionViewNavigator.ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control.
    Syntax
    'Declaration
     
    Public Property ItemsSourceId As String
    public string ItemsSourceId {get; set;}
    See Also