Skip to main content
.NET 6.0+

AppearanceController.AppearanceEndUpdate() Method

Unlocks the AppearanceController after a call to the AppearanceController.AppearanceBeginUpdate method and resets the rules cache.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.ExpressApp.ConditionalAppearance.v23.2.dll

Declaration

public void AppearanceEndUpdate()

Remarks

This method is intended for internal use. It decrements the AppearanceController.LockCount value.

See Also