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

WebApplicationStyleManager.IsNewStyle Property

Gets a value indicating whether or not new web UI is enabled.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public static bool IsNewStyle { get; }

Property Value

Type Description
Boolean

true, if a new web UI is enabled; otherwise, false.

See Also