Class
SearchStateManager

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

SearchAutoCompleteMode

HighlightMatches

Gets or sets a value that indicates whether matched items will be highlighted.

Declaration

cs-api-definition
public bool HighlightMatches { get; set; }

Property Value

bool

IsSearchWithAccentEnabled

Gets or sets value whether search is accent sensitive.

Declaration

cs-api-definition
public bool IsSearchWithAccentEnabled { get; set; }

Property Value

bool

MatchCase

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

Declaration

cs-api-definition
public bool MatchCase { get; set; }

Property Value

bool