Skip to main content
A newer version of this page is available. .
Tab

NewsItemCollection Class

Represents a collection of NewsItem objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class NewsItemCollection :
    DataViewItemCollection

The following members return NewsItemCollection objects:

Remarks

The NewsItemCollection class manages a collection of NewsItem objects. Individual items can be accessed using index notation via the NewsItemCollection.Item property.

The NewsItemCollection collection can be accessed via the ASPxNewsControl.Items property.

See Also