Back to Devexpress

StyleSheetCollection Class

aspnet-devexpress-dot-web-03ffe0c0.md

latest2.8 KB
Original Source

StyleSheetCollection Class

Represents a collection of scripts within the ASPxStyleSheetManager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class StyleSheetCollection :
    ResourceItemCollection
vb
Public Class StyleSheetCollection
    Inherits ResourceItemCollection

The following members return StyleSheetCollection objects:

Remarks

The ASPxStyleSheetManager component holds its scripts within a collection, which is an instance of the StyleSheetCollection class and can be accessed via the ASPxStyleSheetManager.Items property. Individual items within the collection are represented by the instances of the ResourceStyleSheet class, and can be accessed using indexer notation. The properties and methods exposed by the collection can be used to perform common collection operations such as adding new or deleting the existing items. Individual items can be accessed using indexer notation.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<ResourceItem>

ICollection<ResourceItem>

IEnumerable<ResourceItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<ResourceItem> ResourceItemCollection StyleSheetCollection

See Also

StyleSheetCollection Members

DevExpress.Web Namespace