Table of Contents

Class BarTable

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll
public class BarTable : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
BarTable
Implements
Inherited Members

Properties

ChildContent

[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

Headers

[Parameter]
public IEnumerable<RenderFragment?>? Headers { get; set; }

Property Value

IEnumerable<RenderFragment>

IsSmall

[Parameter]
public bool IsSmall { get; set; }

Property Value

bool

Splat

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }

Property Value

Dictionary<string, object>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()