ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarExpandedStacked Class / RowCount Property

In This Topic
    RowCount Property (Gs1DataBarExpandedStacked)
    In This Topic
    Gets or sets how many row count of the RSS Expanded will be stacked in.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property RowCount As Integer
    [Json(1)]
    public virtual int RowCount {get; set;}
    See Also