WebPartDisplayMode::RequiresPersonalization Property

 

Gets a value that indicates whether a particular display mode requires personalization to be enabled.

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

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

Property Value

Type: System::Boolean

A Boolean value that indicates whether personalization is required. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: