Back to Devexpress

ASPxStyleSheetManager Class

aspnet-devexpress-dot-web-48543055.md

latest3.1 KB
Original Source

ASPxStyleSheetManager Class

A style sheet manager component.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxStyleSheetManager :
    ASPxResourceManagerBase
vb
Public Class ASPxStyleSheetManager
    Inherits 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.

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxWebComponent ASPxResourceManagerBase ASPxStyleSheetManager

See Also

ASPxStyleSheetManager Members

DevExpress.Web Namespace