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

In This Topic
    RowCount Property (Gs1DataBarExpandedStackedTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gs1DataBarExpandedStacked.RowCount. Sets how many row count of the RSS Expanded will be stacked in.
    Syntax
    'Declaration
     
    Public Overridable Property RowCount As Integer
    public virtual int RowCount {get; set;}
    See Also