Gets or sets whether or not templates associated to the designer currently exist.
[Visual Basic] Protected ReadOnly Property TemplatesExist As Boolean [C#] protected bool TemplatesExist {get;} [C++] protected: __property bool get_TemplatesExist(); [JScript] protected function get TemplatesExist() : Boolean;
true if templates exist; otherwise false.
DataListDesigner Class | DataListDesigner Members | System.Web.UI.Design.WebControls Namespace