Skip to main content
Tab

ASPxNewsControl.Items Property

Gets the collection of items in the ASPxNewsControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NewsItemCollection Items { get; }

Property Value

Type Description
NewsItemCollection

A NewsItemCollection object that represents a collection of items in the ASPxNewsControl.

Remarks

Use the Items property to access a collection of items within the ASPxNewsControl. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

Note

If the ASPxNewsControl is data bound, the Items property is ignored.

See Also