AppearanceController.IsInRefresh Property
In This Article
Indicates whether or not the AppearanceController.Refresh method is currently being executed.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if the Refresh method is currently being executed; otherwise, false. |
See Also