EditorPart.DisplayTitle Property

Note: This property is new in the .NET Framework version 2.0.

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)

public:
property String^ DisplayTitle {
	String^ get ();
}
/** @property */
public String get_DisplayTitle ()

public function get DisplayTitle () : String

Property Value

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.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

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

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: