Skip to main content

ResourcesCheckedListBoxControl.CancelUpdate() Method

Unlocks the ResourcesCheckedListBoxControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.Xpf.Scheduler.UI

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

#Declaration

public void CancelUpdate()

#Remarks

See ResourcesCheckedListBoxControl.BeginUpdate to learn more.

#Implements

DevExpress.Utils.IBatchUpdateable.CancelUpdate()
See Also