Skip to main content
.NET 6.0+

Frame.IsViewControllersActivation Property

Indicates whether Controllers are currently being activated.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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