Skip to main content
Tab

ResourceItemCollection.Add() Method

In This Article

Adds a new item to the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ResourceItem Add()

#Returns

Type Description
ResourceItem

A ResourceItem object that is the newly created item.

See Also