BaseListBoxControl.CancelUpdate() Method
Unlocks the BaseListBoxControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
See BaseListBoxControl.BeginUpdate for more information.
See Also