Back to Devexpress

ASPxStyleSheetManager.Active Property

aspnet-devexpress-dot-web-dot-aspxstylesheetmanager.md

latest1.2 KB
Original Source

ASPxStyleSheetManager.Active Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static bool Active { get; }
vb
Public Shared ReadOnly Property Active As Boolean

Property Value

TypeDescription
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

ASPxStyleSheetManager Class

ASPxStyleSheetManager Members

DevExpress.Web Namespace