ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / ViewFieldCollectionTagHelper Class / Items Property

In This Topic
    Items Property (ViewFieldCollectionTagHelper)
    In This Topic
    Gets or sets the field collection.
    Syntax
    'Declaration
     
    Public Property Items As String
    public string Items {get; set;}
    Remarks
    The text seperated with comma shows the list of the field keys.
    See Also