WebPartDisplayMode::AllowPageDesign Property

 

Gets a value that determines whether users can change the layout of a Web Parts page when the page is in a certain display mode.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property bool AllowPageDesign {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if users can change the page layout; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: