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!

Repeater.FooterTemplate

[To be supplied.]

[Visual Basic]
Overridable Public Property FooterTemplate As ITemplate
[C#]
public ITemplate FooterTemplate {virtual get; virtual set;}
[C++]
public: __property virtual ITemplate* get_FooterTemplate();
public: __property virtual void set_FooterTemplate(ITemplate*);
[JScript]
public function get FooterTemplate() : ITemplate;
public function set FooterTemplate(ITemplate);

See Also

Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace