EditorZoneBase::HeaderText Property

 

Gets or sets the text for the header area of a zone.

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

public:
property String^ HeaderText {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

A string that contains the header text for the zone. The default is an empty string ("").

.NET Framework
Available since 2.0
Return to top
Show: