Skip to main content
.NET 6.0+

AppearanceController.IsInRefresh Property

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

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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