Back to Devexpress

NewsItemCollection Class

aspnet-devexpress-dot-web-07b25fcd.md

latest2.7 KB
Original Source

NewsItemCollection Class

Represents a collection of NewsItem objects.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NewsItemCollection :
    DataViewItemCollection
vb
Public Class NewsItemCollection
    Inherits 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<DataViewItem>

ICollection<DataViewItem>

IEnumerable<DataViewItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<DataViewItem> DataViewItemCollection NewsItemCollection

See Also

NewsItemCollection Members

Items

News Control

DevExpress.Web Namespace