NewsItemCollection Class
Represents a collection of NewsItem objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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