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

GridControl.UnlockFireChanged() Method

Re-enables change notifications after a call to the GridControl.LockFireChanged method.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void UnlockFireChanged()

Remarks

This method supports the internal infrastructure and is not intended to be called directly from your code.

See Also