Class TabItem
Inheritance
System.Object
TabItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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, Boolean, String, String, Boolean)
Declaration
public TabItem(string header, string content, bool active, string id, string parentId, bool isDropdown)
Parameters
Type | Name | Description |
---|---|---|
System.String | header | |
System.String | content | |
System.Boolean | active | |
System.String | id | |
System.String | parentId | |
System.Boolean | isDropdown |
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Content
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Header
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsDropdown
Declaration
public bool IsDropdown { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentId
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |