NewsItemCollection.Add() Method
In This Article
Adds a new item to the end of the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Returns
Type | Description |
---|---|
News |
A News |
#Remarks
This method creates a new NewsItem object, initializes it with default settings and appends it to the collection.
See Also