ClassPromptBoxActionButtonSettings
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
PromptBoxActionButtonSettings()
Declaration
public PromptBoxActionButtonSettings()
Properties
Class
Sets the class of the send message button.
Enabled
Specifies whether the button is enabled or not.
FillMode
Specifies the fill mode of the button.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
Icon
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.
LoadingIcon
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.
Declaration
[Parameter]
public object LoadingIcon { get; set; }
Property Value
Rounded
Specifies the roundness of the button.
ThemeColor
Specifies the theme color of the button.
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
disposing
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides