Class
DataGridSearchStartingEventArgs

Encapsulates data associated with the SearchStarting event.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridSearchStartingEventArgs : EventArgs

Inheritance: objectEventArgsDataGridSearchStartingEventArgs

Inherited Members EventArgs.Empty

Properties

Cancel

Gets or sets a value that indicates whether to cancel the search.

Declaration

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

Property Value

bool

SearchTerms

Gets or sets the different search terms that should be searched for.

Declaration

cs-api-definition
public IList<string> SearchTerms { get; set; }

Property Value

IList<string>

SearchTermsLogicalOperator

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

Declaration

cs-api-definition
public LogicalOperator SearchTermsLogicalOperator { get; set; }

Property Value

LogicalOperator