Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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