ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListView Class / AutoDividers Property

In This Topic
    AutoDividers Property
    In This Topic
    A listview can be configured to automatically generate dividers for its items.
    Syntax
    'Declaration
     
    Public Property AutoDividers As System.Boolean
    public System.bool AutoDividers {get; set;}
    See Also