Skip to main content
.NET 6.0+

AppearanceController.AppearanceBeginUpdate() Method

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

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public void AppearanceBeginUpdate()

Remarks

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

See Also