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()
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Constructors
Declaration
Properties
Declaration
public string align { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string commandName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string cssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string disableMode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string handler { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string imageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string itemSplitter { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
public string tooltip { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string width { get; set; }
Property Value
Type |
Description |
System.String |
|