Spread for ASP.NET 11 Product Documentation
CompletionListCssClass Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AutoCompleteCellType Class : CompletionListCssClass Property
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

Reference

AutoCompleteCellType Class
AutoCompleteCellType Members