Skip to main content

XtraTabControl.CancelUpdate() Method

Unlocks the XtraTabControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void CancelUpdate()

Remarks

See XtraTabControl.BeginUpdate for details.

See Also