Table of Contents

Class TabPanel

Namespace
Oqtane.Modules.Controls
Assembly
Oqtane.Client.dll
public class TabPanel : LocalizableComponent, IModuleControl
Inheritance
object
ComponentBase
TabPanel
Implements
Inherited Members

Properties

ChildContent

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

Property Value

RenderFragment

Heading

[Parameter]
public string Heading { get; set; }

Property Value

string

Name

[Parameter]
public string Name { get; set; }

Property Value

string

Security

[Parameter]
public SecurityAccessLevel? Security { get; set; }

Property Value

SecurityAccessLevel?

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

DisplayHeading()

public string DisplayHeading()

Returns

string

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()