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

In This Topic
    AddHoverItemClass Property
    In This Topic
    A value determines whether to add ui-state-hover class to list item when mouse enters.
    Syntax
    'Declaration
     
    Public Property AddHoverItemClass As System.Boolean
    public System.bool AddHoverItemClass {get; set;}
    See Also