Class ToolBarItem

Inheritance
System.Object
ToolBarItem
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.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class ToolBarItem

Constructors

ToolBarItem()

Declaration
public ToolBarItem()

Properties

align

Declaration
public string align { get; set; }
Property Value
Type Description
System.String

commandName

Declaration
public string commandName { get; set; }
Property Value
Type Description
System.String

cssClass

Declaration
public string cssClass { get; set; }
Property Value
Type Description
System.String

disableMode

Declaration
public string disableMode { get; set; }
Property Value
Type Description
System.String

handler

Declaration
public string handler { get; set; }
Property Value
Type Description
System.String

id

Declaration
public string id { get; set; }
Property Value
Type Description
System.String

imageUrl

Declaration
public string imageUrl { get; set; }
Property Value
Type Description
System.String

itemSplitter

Declaration
public string itemSplitter { get; set; }
Property Value
Type Description
System.String

permissions

Declaration
public string permissions { get; set; }
Property Value
Type Description
System.String

text

Declaration
public string text { get; set; }
Property Value
Type Description
System.String

tooltip

Declaration
public string tooltip { get; set; }
Property Value
Type Description
System.String

width

Declaration
public string width { get; set; }
Property Value
Type Description
System.String