Indicates if Web part zone titles should be displayed when in design mode.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool ShowWebPartZoneTitles { get; }
Visual Basic
Public Shared ReadOnly Property ShowWebPartZoneTitles As Boolean
	Get
Visual C++
public:
static property bool ShowWebPartZoneTitles {
	bool get ();
}
F#
static member ShowWebPartZoneTitles : bool with get

Property Value

Type: Boolean
true if [show web part zone titles]; otherwise, false.

See Also