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


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