RssFeed Documented Class Library

RssFeed.Items Property

Gets a RssFeedItemCollection of RssFeedItem objects that represents the individual items in the RssFeed control.

public virtual RssFeedItemCollection Items {get;}

Remarks

Use the Items collection to programmatically control the items in the RssFeed control. The Items collection does not provide any methods to add or remove items to the collection. However, you can control the contents of an item by providing a handler for the ItemCreated event.

See Also

RssFeed Class | skmRss Namespace