Encapsulates data associated with the SearchStarting event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridSearchStartingEventArgs : EventArgs
Inheritance: objectEventArgsDataGridSearchStartingEventArgs
Inherited Members
Properties
Gets or sets a value that indicates whether to cancel the search.
C#
public bool Cancel { get; set; }
Gets or sets the different search terms that should be searched for.
C#
public IList<string> SearchTerms { get; set; }
Gets or sets the logical operator that is used when more than one search term is searched for.
C#
public LogicalOperator SearchTermsLogicalOperator { get; set; }