Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public override void RefreshEditValue()

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