NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseDataListDesigner.templateFrames

The template frames.

[Visual Basic]
Protected templateFrames() As TemplateEditingFrame
[C#]
protected TemplateEditingFrame[] templateFrames;
[C++]
protected: TemplateEditingFrame* templateFrames[];
[JScript]
protected var templateFrames : TemplateEditingFrame[];

Remarks

This stores and allows retrieval of the template's frames, contained in an array of type TemplateEditingFrame.

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace