EditorZoneBase::EmptyZoneText Property
.NET Framework (current version)
Gets or sets a message that appears when a zone contains no controls.
Assembly: System.Web (in System.Web.dll)
public: property String^ EmptyZoneText { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^A string containing the message that appears in an empty zone. A default culture-specific string is supplied by the .NET Framework.
.NET Framework
Available since 2.0
Available since 2.0
Show: