Class Tab
- Namespace
- Dynamicweb.CoreUI.Layout
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class Tab : UiComponentBase
- Inheritance
-
Tab
- Inherited Members
-
- Extension Methods
-
Constructors
Tab()
Tab(string)
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()
Returns
- Tab
IsEmpty()
Returns
- bool
Trim()