SearchStateManager
Class
Represents a class that persists search state.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class SearchStateManager
Inheritance: objectSearchStateManager
Constructors
C#
public SearchStateManager()
Properties
Gets or sets the AutoCompleteMode.
C#
public SearchAutoCompleteMode AutoCompleteMode { get; set; }
Gets or sets a value that indicates whether matched items will be highlighted.
C#
public bool HighlightMatches { get; set; }
Gets or sets value whether search is accent sensitive.
C#
public bool IsSearchWithAccentEnabled { get; set; }