Skip to main content
Tab

ASPxStyleSheetManager Class

A style sheet manager component.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 ASPxStyleSheetManager component. To determine whether a page contains the component, use the ASPxStyleSheetManager.Active property.

See Also