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!

DataList.ShowFooter

[To be supplied.]

[Visual Basic]
Overridable Public Property ShowFooter As Boolean
[C#]
public bool ShowFooter {virtual get; virtual set;}
[C++]
public: __property virtual bool get_ShowFooter();
public: __property virtual void set_ShowFooter(bool);
[JScript]
public function get ShowFooter() : Boolean;
public function set ShowFooter(Boolean);

See Also

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