RadControls for WPF

The TextSearch type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateFullMatchFunc
Creates a Function that compares the provided text with its parameter. The result depends on the TextSearchMode.
Public methodStatic memberCreatePartialMatchFunc
Creates a Function that compares the provided text with its parameter. The result depends on the TextSearchMode.
Public methodStatic memberGetText
Returns the string to that identifies the specified item.
Public methodStatic memberGetTextPath
Returns the name of the property that identifies an item in the specified element's collection.
Public methodStatic memberSetText
Writes the Text attached property to the specified element.
Public methodStatic memberSetTextPath
Writes the TextPath attached property to the specified element.

Fields

  NameDescription
Public fieldStatic memberTextPathProperty
Identifies the TextPath attached property.
Public fieldStatic memberTextProperty
Identifies the Text attached property.

Properties

  NameDescription
Public propertyStatic memberAutoCompleteTimeout
Gets or sets the timeout after that the autocomplete buffer is reset.

Attached Properties

  NameDescription
Public attached propertyText
Identifies the Text attached property.
Public attached propertyTextPath
Identifies the TextPath attached property.

See Also