Sitefinity CMS

Telerik.Framework Send comments on this topic.
IToolboxItem Interface Members
See Also  Properties 
Telerik.Web Namespace : IToolboxItem Interface


The following tables list the members exposed by IToolboxItem.

Public Properties

 NameDescription
 PropertyAssemblyFullNameGets the full name of the assembly, also known as the display name.  
 PropertyAssemblyNameDescribes the control assembly's unique identity in full.  
 PropertyCompanyProvide the name of the company responsible for the control.  
 PropertyDescriptionProvides short description of the control.  
 PropertyDisplayName Provides the name in which the control will be shown in the toolbox when editing a page.  
 PropertyIcon Provides path to an icon which would be rendered next to the control name in the toolbox when editing a page.  
 PropertySectionGets the section in which the corresponding control will be placed.  
 PropertyTypeNameProvides the corresponding control's type full name.  
 PropertyVersionGets the assembly version in which the control is contained.  
Top

See Also