Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnDropDownList Class / IsTextSearchEnabled Property


In This Topic
    IsTextSearchEnabled Property (ColumnDropDownList)
    In This Topic
    Syntax
    'Declaration
     
    Public Property IsTextSearchEnabled As Boolean
    'Usage
     
    Dim instance As ColumnDropDownList
    Dim value As Boolean
     
    instance.IsTextSearchEnabled = value
     
    value = instance.IsTextSearchEnabled
    public bool IsTextSearchEnabled {get; set;}
    See Also