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!

RepeaterItem.ItemType

[To be supplied.]

[Visual Basic]
Overridable Public ReadOnly Property ItemType As ListItemType
[C#]
public ListItemType ItemType {virtual get;}
[C++]
public: __property virtual ListItemType get_ItemType();
[JScript]
public function get ItemType() : ListItemType;

See Also

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