Skip to main content

AppearanceObject.EndUpdate() Method

Unlocks the AppearanceObject object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public virtual void EndUpdate()

Remarks

See AppearanceObject.BeginUpdate to learn more.

See Also