Frame.IsViewControllersActivation Property
Indicates whether Controllers are currently being activated.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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