Action button settings for the TelerikPromptBox component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class PromptBoxActionButtonSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePromptBoxActionButtonSettings
Implements:
Inherited Members
Constructors
public PromptBoxActionButtonSettings()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
Properties
Sets the class of the send message button.
[Parameter]
public string Class { get; set; }
Specifies whether the button is enabled or not.
[Parameter]
public bool? Enabled { get; set; }
Specifies the fill mode of the button.
[Parameter]
public string FillMode { get; set; }
Specifies the icon rendered in the button. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
[Parameter]
public object Icon { get; set; }
Specifies the loading icon rendered in the button when the IsLoading. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
[Parameter]
public object LoadingIcon { get; set; }
Specifies the roundness of the button. Default value is Full.
[Parameter]
public string Rounded { get; set; }
Specifies the size of the button. Default value is Small.
[Parameter]
public string Size { get; set; }
Specifies the theme color of the button.
[Parameter]
public string ThemeColor { get; set; }