ClassGridToolBarSmartBoxTool
Specifies a smartbox toool that provides search, semantic search and AI Assistant.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridToolBarSmartBoxTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemGridToolBarSmartBoxTool
Implements:
Inherited Members
Constructors
GridToolBarSmartBoxTool()
Declaration
public GridToolBarSmartBoxTool()
Properties
ChildContent
Children: The child settings components for configuring SmartBox tool behavior. Use nested tags like SmartBoxSearchSettings, SmartBoxSemanticSearchSettings, and SmartBoxAIAssistantSettings to customize each mode.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
GridToolBarSmartBoxToolSettings
Defines a template to completely override the default SmartBox tool appearance and behavior. When provided, this template replaces the entire SmartBox component rendering, giving you full control over its UI. Use this for advanced customization scenarios where the default SmartBox layout doesn't meet your requirements.
Declaration
[Parameter]
public RenderFragment GridToolBarSmartBoxToolSettings { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides