Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Frame.IsViewControllersActivation Property

Indicates whether Controllers are currently being activated.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsViewControllersActivation { get; }

Property Value

Type Description
Boolean

true, if Controllers are currently being activated; otherwise, false.

Remarks

Generally, you do not need to use this property.

See Also