UpdateProgressDesigner::UsePreviewControl Property

 

Gets a value that indicates whether the designer should use a temporary copy instead of the actual control associated with the designer to generate the design-time markup.

Namespace:   System.Web.UI.Design
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

protected:
property bool UsePreviewControl {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

Always true.

.NET Framework
Available since 3.5
Return to top
Show: