Skip to main content

ResourcesCheckedListBoxControl.EndUpdate() Method

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

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public void EndUpdate()

#Remarks

See ResourcesCheckedListBoxControl.BeginUpdate to learn more.

#Implements

DevExpress.Utils.IBatchUpdateable.EndUpdate()
See Also