BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete 属性

定义

获取一个值,该值指示是否必须完成加载才能显示设计时标记。Gets a value indicating whether loading must be complete to display the design-time markup.

public:
 virtual property bool DesignTimeHtmlRequiresLoadComplete { bool get(); };
public override bool DesignTimeHtmlRequiresLoadComplete { get; }
member this.DesignTimeHtmlRequiresLoadComplete : bool
Public Overrides ReadOnly Property DesignTimeHtmlRequiresLoadComplete As Boolean

属性值

Boolean

true 如果设计时加载必须在设计时标记显示之前完成,则为; 否则为。否则为 falsetrue if the design-time loading must be complete before the design-time markup will be displayed; otherwise, false.

注解

DesignTimeHtmlRequiresLoadComplete true 如果该 DataSource 属性为非空,则该属性返回。The DesignTimeHtmlRequiresLoadComplete property returns true if the DataSource property is non-empty.

适用于

另请参阅