DataPagerDesigner::UsePreviewControl Property

 

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

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

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

Property Value

Type: System::Boolean

true in all cases.

.NET Framework
Available since 3.5
Return to top
Show: