Skip to main content
A newer version of this page is available. .
Tab

ASPxStyleSheetManager.Active Property

Returns a value determining whether an ASPxStyleSheetManager component is on the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public static bool Active { get; }

Property Value

Type Description
Boolean

true, if an ASPxStyleSheetManager is on the page; otherwise, false.

Remarks

A page can contain only one ASPxStyleSheetManager component. Use the Active property to determine whether a page contains an ASPxStyleSheetManager.

See Also