CheckedComboBoxEdit.RefreshEditValue() Method
Synchronizes the editor’s edit value with check items in the dropdown, checking and unchecking corresponding items.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Remarks
To learn about edit value synchronization in bound mode, see RepositoryItemCheckedComboBoxEdit.ForceUpdateEditValue.
In unbound mode, to assign a new value to the editor, use the CheckedComboBoxEdit.SetEditValue method. This automatically performs the necessary synchronization.
See Also