Skip to main content
A newer version of this page is available. .

AppearanceController.IsInRefresh Property

Indicates whether or not the AppearanceController.Refresh method is currently being executed.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.ExpressApp.ConditionalAppearance.v19.1.dll

Declaration

[DefaultValue(false)]
public bool IsInRefresh { get; }

Property Value

Type Default Description
Boolean **false**

true, if the Refresh method is currently being executed; otherwise, false.

See Also