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

StyleSheetCollection.Add() Method

Adds a new style sheet to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public ResourceStyleSheet Add()

Returns

Type Description
ResourceStyleSheet

A ResourceStyleSheet object that is the newly created style sheet.

See Also