ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1List Namespace / C1ListExtender Class / MaxItemsCount Property

In This Topic
    MaxItemsCount Property
    In This Topic
    A value specifies the max items count to display if autoSize is set to true.
    Syntax
    'Declaration
     
    Public Property MaxItemsCount As System.Integer
    public System.int MaxItemsCount {get; set;}
    See Also