Back to Devexpress

CheckedComboBoxEdit.RefreshEditValue() Method

windowsforms-devexpress-dot-xtraeditors-dot-checkedcomboboxedit-0c2b85d8.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void RefreshEditValue()
vb
Public Overrides Sub 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

ForceUpdateEditValue

SetEditValue(Object)

CheckedComboBoxEdit Class

CheckedComboBoxEdit Members

DevExpress.XtraEditors Namespace