Class
SmartBoxSemanticSearchEventArgs

Specifies the event arguments of the semantic search event.

Definition

Namespace:Telerik.Blazor.Components.Common.Grid.SmartBox

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SmartBoxSemanticSearchEventArgs : SmartBoxPanelBaseEventArgs, ICancellableEventArgs

Inheritance: objectEventArgsSmartBoxPanelBaseEventArgsSmartBoxSemanticSearchEventArgs

Derived Classes: GridSmartBoxSemanticSearchEventArgs

Implements: ICancellableEventArgs

Inherited Members SmartBoxPanelBaseEventArgs.IsCancelledEventArgs.Empty

Constructors

SmartBoxSemanticSearchEventArgs()

Declaration

cs-api-definition
public SmartBoxSemanticSearchEventArgs()

Properties

Text

The search text.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string