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:
Inherited Members
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; }