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

AppearanceController.AppearanceBeginUpdate() Method

Prevents the AppearanceController from being updated until the AppearanceController.AppearanceEndUpdate method is called.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public void AppearanceBeginUpdate()

Remarks

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

See Also