UpdatePanelDesigner.UsePreviewControl Property

Definition

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.

protected:
 virtual property bool UsePreviewControl { bool get(); };
protected override bool UsePreviewControl { get; }
member this.UsePreviewControl : bool
Protected Overrides ReadOnly Property UsePreviewControl As Boolean

Property Value

Always true.

Applies to