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

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