Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / CaseSensitive Property
Example


In This Topic
    CaseSensitive Property
    In This Topic
    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;}
    Example
    This example sets the CaseSensitive property.
    See Also