EditorZoneBase::HeaderText Property
.NET Framework (current version)
Gets or sets the text for the header area of a zone.
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
Available since 2.0
Show: