Spread for ASP.NET 10 Product Documentation
CompletionListItemCssClass Property


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

AutoCompleteCellType Class
AutoCompleteCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.