Gets a value that indicates whether the designer should use a temporary copy of the UpdatePanel control instead of the actual control that is associated with the designer to generate the design-time markup.
Syntax
CSharp
protected override bool UsePreviewControl { get; }VisualBasic
Protected Overrides ReadOnly Property UsePreviewControl As Boolean
ManagedCPlusPlus
protected:
virtual bool UsePreviewControl {
bool get () override;
}JSharp
Value
Return Value
Always true.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)