ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1ListView Namespace / C1ListViewExtender 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