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