ASPxStyleSheetManager.Active Property
In This Article
Returns a value determining whether an ASPxStyleSheetManager component is on the page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
A page can contain only one ASPxStyleSheetManager component. Use the Active property to determine whether a page contains an ASPxStyleSheetManager.
See Also