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

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

IsEmpty()

public bool IsEmpty()

Returns

bool

Trim()

public void Trim()
To top