Spread for ASP.NET 12 Product Documentation
CaseSensitive Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : CaseSensitive Property
Gets or sets a value that indicates whether the combo box auto-complete is case sensitive while the user is typing.
Syntax
'Declaration
 
Public Property CaseSensitive As Boolean
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim value As Boolean
 
instance.CaseSensitive = value
 
value = instance.CaseSensitive
public bool CaseSensitive {get; set;}
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members