Class TabItem
Inheritance
object
TabItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class TabItem
Constructors
TabItem(string, string, bool, string, string, bool)
Declaration
public TabItem(string header, string content, bool active, string id, string parentId, bool isDropdown)
Parameters
| Type | Name | Description |
|---|---|---|
| string | header | |
| string | content | |
| bool | active | |
| string | id | |
| string | parentId | |
| bool | isDropdown |
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Content
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Header
Declaration
public string Header { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsDropdown
Declaration
public bool IsDropdown { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ParentId
Declaration
public string ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |