BTabView Class

Assembly
Comet.Blazor.dll
Namespace
Comet.Blazor.Components
Base Types
graph BT Type-->Base0["CometComponentBase"] click Base0 "/api/Comet.Blazor.Components/CometComponentBase" Base0-->Base1["ComponentBase"] Type["BTabView"] class Type type-node

Syntax

public class BTabView : CometComponentBase

Constructors

Name Summary
BTabView()

Properties

Name Value Summary
Current View
Views IList<View>

Methods

Name Value Summary
BuildRenderTree(RenderTreeBuilder) void

Extension Methods

Name Value Summary
SetBackingValue<BTabView, TV>(Expression<Func<BTabView, TV>>, TV) T
Sets the backing value.
With<BTabView, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.