TelerikReasoning
Displays a single reasoning or explanation step with an optional collapsible body.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikReasoning : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikReasoning
Implements:
Inherited Members
Constructors
public TelerikReasoning()
Properties
Indicates that the reasoning step has completed. When true, a completed visual treatment is applied.
[Parameter]
public bool Completed { get; set; }
The reasoning body content supplied by the host.
[Parameter]
public string? Content { get; set; }
Custom template for the reasoning body content. Takes precedence over Content.
[Parameter]
public RenderFragment? ContentTemplate { get; set; }
Whether the step head exposes disclosure behaviour. When false no expand icon or body is rendered.
[Parameter]
public bool Expandable { get; set; }
Whether the reasoning body is visible.
[Parameter]
public bool Expanded { get; set; }
Fires when the user toggles the expanded state.
[Parameter]
public EventCallback<bool> ExpandedChanged { get; set; }
The icon displayed in the step head. Defaults to .
[Parameter]
public object? Icon { get; set; }
The summary label shown in the step head. Defaults to "Reasoning".
[Parameter]
public string Label { get; set; }
Optional secondary descriptive text shown in the step head.
[Parameter]
public string? SecondaryLabel { get; set; }
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
public void Refresh()