StyleSheetCollection.Add() Method
In This Article
Adds a new style sheet to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ResourceStyleSheet Add()
#Returns
Type | Description |
---|---|
Resource |
A Resource |
See Also