BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete Property

Definition

Gets a value indicating whether loading must be complete to display the design-time markup.

C#
public override bool DesignTimeHtmlRequiresLoadComplete { get; }

Property Value

true if the design-time loading must be complete before the design-time markup will be displayed; otherwise, false.

Remarks

The DesignTimeHtmlRequiresLoadComplete property returns true if the DataSource property is non-empty.

Applies to

Продукт Версії
.NET Framework 1.1

See also