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


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

    Property Value

    String containing the CSS class name
    See Also