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

RadioGroupItemCollection.EndUpdate() Method

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void EndUpdate()

Remarks

See the RadioGroupItemCollection.BeginUpdate method to learn more.

See Also