Sitefinity CMS

Telerik.Framework Send comments on this topic.
ToolboxItem Class Properties
See Also 
Telerik.Web Namespace : ToolboxItem Class


For a list of all members of this type, see ToolboxItem members.

Public Properties

 NameDescription
Public PropertyAssemblyFullName Gets the full name of the corresponding control assembly, also known as the display name.  
Public PropertyAssemblyNameGets the control assembly's unique identity in full.  
Public PropertyCompanyGets or sets the name of the company embedded in the control assembly.  
Public PropertyDescriptionGets or sets the Description provided by the control DescriptionAttribute.  
Public PropertyDisplayNameGets or sets the name of the type of the control.  
Public PropertyIcon Gets or sets path to an icon which would be rendered next to the control name in the toolbox when editing a page.  
Public PropertySection Gets or sets the section in which the control would be contained in the toolbox when editing a page.  
Public PropertyTypeNameGets or sets the full type name of the control  
Public PropertyVersionGets the assembly version in which the control is contained.  
Top

See Also