DesignerRegion::DisplayName Property

 

Gets or sets the friendly display name for a designer region.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

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

Property Value

Type: System::String^

A text display name for the designer region. The default is an empty string ("").

.NET Framework
Available since 2.0
Return to top
Show: