AppearanceController.AppearanceBeginUpdate() Method
Prevents the AppearanceController from being updated until the AppearanceController.AppearanceEndUpdate method is called.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
Declaration
Remarks
This method is intended for internal use. It increments the AppearanceController.LockCount value.
See Also