Gets a value indicating whether the control designer uses a temporary preview control to generate the design-time HTML markup.

Namespace:  C1.Web.UI.Controls.Design
Assembly:  C1.Web.UI.Controls.C1Report.2 (in C1.Web.UI.Controls.C1Report.2.dll)

Syntax

C#
protected override bool UsePreviewControl { get; }
Visual Basic
Protected Overrides ReadOnly Property UsePreviewControl As Boolean
	Get

Field Value

Return Value

true, if the control designer uses a temporary copy of the control for design-time preview; otherwise, false, if the control designer uses the Component property for the control contained in the control designer.

See Also