SaaS CMS has officially launched! Learn more now.

Class TabItem

Inheritance
System.Object
TabItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class TabItem

Constructors

TabItem(String, String, Boolean)

Declaration
public TabItem(string _text, string _link, bool _selected)
Parameters
Type Name Description
System.String _text
System.String _link
System.Boolean _selected

TabItem(String, String, Boolean, String)

Declaration
public TabItem(string _text, string _link, bool _selected, string _key)
Parameters
Type Name Description
System.String _text
System.String _link
System.Boolean _selected
System.String _key

TabItem(String, String, Boolean, String, Boolean)

Declaration
public TabItem(string _text, string _link, bool _selected, string _key, bool _isDeleted)
Parameters
Type Name Description
System.String _text
System.String _link
System.Boolean _selected
System.String _key
System.Boolean _isDeleted

TabItem(String, String, Boolean, String, Int32)

Declaration
public TabItem(string _text, string _link, bool _selected, string _key, int _row)
Parameters
Type Name Description
System.String _text
System.String _link
System.Boolean _selected
System.String _key
System.Int32 _row

Fields

isDeleted

Declaration
public bool isDeleted
Field Value
Type Description
System.Boolean

key

Declaration
public string key
Field Value
Type Description
System.String
Declaration
public string link
Field Value
Type Description
System.String

row

Declaration
public int row
Field Value
Type Description
System.Int32

selected

Declaration
public bool selected
Field Value
Type Description
System.Boolean

text

Declaration
public string text
Field Value
Type Description
System.String