RepeaterDesigner.TemplatesExist 属性

定义

获取一个值,它指示关联控件是否已定义任何模板。Gets a value indicating whether the associated control has any templates defined.

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 property bool TemplatesExist { bool get(); };
protected bool TemplatesExist { get; }
member this.TemplatesExist : bool
Protected ReadOnly Property TemplatesExist As Boolean

属性值

Boolean

一个值,它指示是否为关联控件定义任何模板。A value that indicates whether any templates are defined for the associated control.

适用于

另请参阅