ClassGridToolBarSmartBoxToolSearchSettingsBase
Specifies settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridToolBarSmartBoxToolSearchSettingsBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentGridToolBarSmartBoxToolSearchSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
GridToolBarSmartBoxToolSearchSettingsBase()
Declaration
public GridToolBarSmartBoxToolSearchSettingsBase()
Properties
ChildContent
Children: The child components for configuring Grid toolbar SmartBox search mode settings. Typically includes history settings and other search-related configuration components.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Enabled
Controls whether this SmartBox mode is enabled and available to users in the Grid toolbar. When true (default), the mode appears in the mode selector and can be activated. When false, the mode is hidden from users and cannot be selected. Use this to disable specific modes like Search, Semantic Search, or AI Assistant based on feature availability or user permissions.
Methods
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides