WebPartPersonalization::IsInitialized Property
.NET Framework (current version)
Gets a value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the WebPartPersonalization class.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if personalization is initialized for this instance; otherwise, false.
If the personalization feature is enabled (if the Enabled property is set to true), the WebPartPersonalization instance is considered initialized immediately after the associated WebPartManager's OnInit method has successfully completed (during which the Load method is called). Prior to loading personalization data, this property always returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: