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

StyleSheetCollection.Add(ResourceStyleSheet) Method

Adds the specified style sheet to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void Add(
    ResourceStyleSheet item
)

Parameters

Name Type Description
item ResourceStyleSheet

A StyleSheet object that is the style sheet to add to the collection.

See Also