aspnet-devexpress-dot-web-07b25fcd.md
Represents a collection of NewsItem objects.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class NewsItemCollection :
DataViewItemCollection
Public Class NewsItemCollection
Inherits DataViewItemCollection
The following members return NewsItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<DataViewItem> DataViewItemCollection NewsItemCollection
See Also