Represents a syntax highlighting component for spreadsheet formulas.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class SheetEditorHighlight : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRepresents a syntax highlighting component for spreadsheet formulas.
public SheetEditorHighlight()Gets or sets the value to be syntax highlighted.
public string Value { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the value to be syntax highlighted. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |