Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

Declaration

public void AppearanceEndUpdate()

Remarks

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

See Also