ClassDataGridSearchStartingEventArgs
Class
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
Properties
Cancel
Gets or sets a value that indicates whether to cancel the search.
SearchTerms
Gets or sets the different search terms that should be searched for.
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