Class
SmartBoxSearchEventArgs

Specifies the event arguments of the prompt request event.

Definition

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

Assembly:Telerik.Blazor.dll

Syntax:

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

Inheritance: objectEventArgsSmartBoxPanelBaseEventArgsSmartBoxSearchEventArgs

Derived Classes: GridSmartBoxSearchEventArgs

Implements: ICancellableEventArgs

Inherited Members SmartBoxPanelBaseEventArgs.IsCancelledEventArgs.Empty

Constructors

SmartBoxSearchEventArgs()

Declaration

cs-api-definition
public SmartBoxSearchEventArgs()

Properties

Text

The search text.

Declaration

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

Property Value

string