New to Telerik UI for BlazorStart a free 30-day trial

Specifies the event arguments of the prompt request event.

Definition

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

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SmartBoxSearchEventArgs : SmartBoxPanelBaseEventArgs, ICancellableEventArgs

Inheritance: objectEventArgsSmartBoxPanelBaseEventArgsSmartBoxSearchEventArgs

Derived Classes: GridSmartBoxSearchEventArgs

Implements: ICancellableEventArgs

Inherited Members SmartBoxPanelBaseEventArgs.IsCancelledEventArgs.Empty

Constructors

C#
public SmartBoxSearchEventArgs()

Properties

The search text.

C#
public string Text { get; }