Skip to main content
Tab

NewsItemCollection.Add() Method

Adds a new item to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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