AppearanceController.IsInRefresh Property
Indicates whether or not the AppearanceController.Refresh method is currently being executed.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.1.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