New to Telerik UI for .NET MAUIStart a free 30-day trial

An instance of this object is used by the text-based searching mechanism of the RadDataGrid.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class DataGridTextSearchProbe : DataGridSearchProbe

Inheritance: objectDataGridSearchProbeDataGridTextSearchProbe

Derived Classes: DataGridSearchCellProbe

Inherited Members DataGridSearchProbe.ItemDataGridSearchProbe.ItemTextDataGridSearchProbe.MatchesDataGridSearchProbe.CancellationToken

Constructors

C#
protected DataGridTextSearchProbe()

Properties

Gets the search terms that should be searched for.

C#
public IList<string> SearchTerms { get; }

Gets or sets the logical operator that is used when more than one search term is searched for.

C#
public LogicalOperator SearchTermsLogicalOperator { get; }