This documentation is archived and is not being maintained.

EditorPart::DisplayTitle Property

Gets a string that contains the title text displayed in the title bar of an EditorPart control.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

[BrowsableAttribute(false)]
public:
property String^ DisplayTitle {
	String^ get ();
}

Property Value

Type: System::String
A string that represents the complete, visible title of the control. The default value is a calculated, culture-specific string supplied by the .NET Framework.

The DisplayTitle property returns either the current value of the base Title property or, if the control has no title, a calculated value. The calculated value consists of a localizable resource string for untitled controls. In the cases where no value is assigned to the Title property, the value of the DisplayTitle property differs from the Title property.

Because the DisplayTitle property is designed to be a read-only, calculated property to get the actual current value of the displayed title at run time, do not attempt to use this property to set a title for an EditorPart control. To set a title, use the base Title property.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: