Table of Contents

Class Tab

Namespace
Dynamicweb.CoreUI.Layout
Assembly
Dynamicweb.CoreUI.dll
public sealed class Tab : UiComponentBase
Inheritance
Tab
Inherited Members
Extension Methods

Constructors

Tab()

public Tab()

Tab(string)

public Tab(string name)

Parameters

name string

Properties

Active

public bool Active { get; set; }

Property Value

bool

DisplayName

public TranslatableString DisplayName { get; set; }

Property Value

TranslatableString

InfoBar

Gets or sets the InfoBar that is displayed on this tab. If this is set, the TabInfoBar is not displayed on this tab.

public InfoBar? InfoBar { get; set; }

Property Value

InfoBar

Name

public string Name { get; set; }

Property Value

string

Section

public Section Section { get; }

Property Value

Section

TabId

public string TabId { get; }

Property Value

string

Methods

Clone()

public Tab Clone()

Returns

Tab

IsEmpty()

public bool IsEmpty()

Returns

bool

Trim()

public void Trim()
To top