Class SearchStateManager
Represents a class that persists search state.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SearchStateManager
Constructors
SearchStateManager()
Declaration
public SearchStateManager()
Properties
AutoCompleteMode
Gets or sets the AutoCompleteMode.
Declaration
public SearchAutoCompleteMode AutoCompleteMode { get; set; }
Property Value
SearchAutoCompleteMode
|
HighlightMatches
Gets or sets a value that indicates whether matched items will be highlighted.
Declaration
public bool HighlightMatches { get; set; }
Property Value
System.Boolean
|
IsSearchWithAccentEnabled
Gets or sets value whether search is accent sensitive.
Declaration
public bool IsSearchWithAccentEnabled { get; set; }
Property Value
System.Boolean
|
MatchCase
Gets or sets value that indicates whether text matching is case sensitive.
Declaration
public bool MatchCase { get; set; }
Property Value
System.Boolean
|