ASPxStyleSheetManager Class
A style sheet manager component.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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 ASPxStyleSheetManager component. To determine whether a page contains the component, use the ASPxStyleSheetManager.Active property.
Implements
Inheritance
See Also