UpdatePanelDesigner::UsePreviewControl Property

 

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

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: