Class
GridToolBarSmartBoxTool

Specifies a smartbox toool that provides search, semantic search and AI Assistant.

Definition

Constructors

GridToolBarSmartBoxTool()

Declaration

cs-api-definition
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

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

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

cs-api-definition
[Parameter]
public RenderFragment GridToolBarSmartBoxToolSettings { get; set; }

Property Value

RenderFragment

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides TableToolBarItem.OnInitializedAsync()