Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / CompletionListItemCssClass Property


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

    Property Value

    String containing the CSS class name
    See Also