Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / CompletionListHighlightedItemCssClass Property


In This Topic
    CompletionListHighlightedItemCssClass Property
    In This Topic
    Gets or sets the CSS class used to style a highlighted item in the completion list flyout.
    Syntax
    'Declaration
     
    
    Public Property CompletionListHighlightedItemCssClass As String
    'Usage
     
    
    Dim instance As AutoCompleteCellType
    Dim value As String
     
    instance.CompletionListHighlightedItemCssClass = value
     
    value = instance.CompletionListHighlightedItemCssClass
    public string CompletionListHighlightedItemCssClass {get; set;}

    Property Value

    String containing the CSS class name
    See Also