Skip to main content
Tab

NewsItemCollection Class

Represents a collection of NewsItem objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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