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

Definition

Constructors

C#
public AIPromptToolBarButton()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

Properties

Specifies the ChildContent of the item.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Specifies the CSS class of the item.

C#
[Parameter]
public string Class { get; set; }

Specifies the fill mode of the button. Default value is Solid.

C#
[Parameter]
public string FillMode { get; set; }

Specifies an icon rendered in the item. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.

C#
[Parameter]
public object Icon { get; set; }

Specifies the ChildContent of the item.

C#
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }

Specifies the roundness of the button. Default value is Medium.

C#
[Parameter]
public string Rounded { get; set; }

Specifies the theme color of the button. Default value is Base.

C#
[Parameter]
public string ThemeColor { get; set; }