Back to Devexpress

RepositoryItem.EndUpdate() Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-16a1c780.md

latest2.4 KB
Original Source

RepositoryItem.EndUpdate() Method

Unlocks the RepositoryItem object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void EndUpdate()
vb
Public Overridable Sub

Remarks

See RepositoryItem.BeginUpdate to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EndUpdate() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

xaf-how-to-display-an-enumeration-property-as-a-drop-down-box-with-check-boxes/CS/EFCore/EnumCheckBoxEF/EnumCheckBoxEF.Win/Editors/EnumPropertyEditorEx.cs#L49

csharp
}
checkedItem.EndUpdate();
checkedItem.ParseEditValue += checkedEdit_ParseEditValue;

See Also

BeginUpdate()

CancelUpdate()

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace