New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets or sets value that indicates whether text matching is case sensitive.

C#
public bool MatchCase { get; set; }