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

ASPxStyleSheetManager.Items Property

Gets the collection of items within the ASPxStyleSheetManager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public StyleSheetCollection Items { get; }

Property Value

Type Description
StyleSheetCollection

A StyleSheetCollection object that is the collection of all the items within the ASPxStyleSheetManager.

Remarks

Use the Items property to access a collection of items within the ASPxStyleSheetManager. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

See Also