Skip to main content

BootstrapTabPage Constructors

Defines an individual tab page.
Name Parameters Description
BootstrapTabPage() none Initializes a new instance of the BootstrapTabPage class with default settings.
BootstrapTabPage(String, String, String) text, name, iconCssClass Initializes a new instance of the BootstrapTabPage class with the specified settings.
BootstrapTabPage(String, String) text, name Initializes a new instance of the BootstrapTabPage class with the specified settings.
BootstrapTabPage(String) text Initializes a new instance of the BootstrapTabPage class using the specified display text.
See Also