NewsItemCollection Class
In This Article
Represents a collection of NewsItem objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class NewsItemCollection :
DataViewItemCollection
#Related API Members
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.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also