Sitefinity CMS

Telerik.Framework Send comments on this topic.
DisplayName Property
See Also 
Telerik.Web Namespace > IToolboxItem Interface : DisplayName Property


Provides the name in which the control will be shown in the toolbox when editing a page.   

 

Namespace: Telerik.Web
Assembly: Telerik.Framework (in Telerik.Framework.dll)

Syntax

Visual Basic (Declaration) 
Property DisplayName As String
Visual Basic (Usage)Copy Code
Dim instance As IToolboxItem
Dim value As String
 
instance.DisplayName = value
 
value = instance.DisplayName
C# 
string DisplayName {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also