Specifies settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SmartBoxSemanticSearchSettings : SmartBoxSearchSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentSmartBoxSearchSettingsBaseSmartBoxSemanticSearchSettings
Implements:
Inherited Members
Constructors
C#
public SmartBoxSemanticSearchSettings()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
Properties
Specifies the debounce delay.
C#
[Parameter]
public int DebounceDelay { get; set; }
Specifies the search event.
C#
[Parameter]
public EventCallback<GridSmartBoxSemanticSearchEventArgs> OnSearch { get; set; }
Specifies the placeholder.
C#
[Parameter]
public string Placeholder { get; set; }