Skip to main content
Tab

ASPxNewsControl.VisibleItems Property

Returns a collection of items which are currently displayed by the ASPxNewsControl on the screen.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyCollection<NewsItem> VisibleItems { get; }

Property Value

Type Description
ReadOnlyCollection<NewsItem>

A System.Collections.ObjectModel.ReadOnlyCollection containing NewsItem objects.

Remarks

Use the VisibleItems property to obtain a collection of those items from the ASPxNewsControl.Items collection, which are currently visible on the screen.

See Also