ASPxStyleSheetManager Class
In This Article
A style sheet manager component.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxStyleSheetManager :
ASPxResourceManagerBase
#Remarks
The ASPxStyleSheetManager allows you to perform the following actions:
- add DevExpress styles on a page without DevExpress controls;
- specify the position of a link to DevExpress ASP.NET controls’ style sheets;
- fix a problem with an output-cached user control that contains DevExpress components.
Note
A web page can contain only one ASPx
#Implements
#Inheritance
See Also