DesignerRegion.DisplayName Property
.NET Framework 3.0
Gets or sets the friendly display name for a designer region.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_DisplayName () /** @property */ public void set_DisplayName (String value)
public function get DisplayName () : String public function set DisplayName (value : String)
Not applicable.
Property Value
A text display name for the designer region. The default is an empty string ("").Community Additions
ADD
Show: