Skip to main content
A newer version of this page is available. .
Tab

NewsItemCollection.Add() Method

Adds a new item to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NewsItem Add()

Returns

Type Description
NewsItem

A NewsItem object that has been added to the collection.

Remarks

This method creates a new NewsItem object, initializes it with default settings and appends it to the collection.

See Also