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
DisplayName
public TranslatableString DisplayName { get; set; }
Property Value
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
Name
public string Name { get; set; }
Property Value
Section
public Section Section { get; }
Property Value
TabId
public string TabId { get; }
Property Value
Methods
Clone()
public Tab Clone()
Returns
IsEmpty()
public bool IsEmpty()
Returns
Trim()
public void Trim()