Skip to main content

TaskbarAssistant.EndUpdate() Method

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

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void EndUpdate()

Remarks

See the TaskbarAssistant.BeginUpdate method to learn more.

See Also