Back to Devexpress

GridControl.UnlockFireChanged() Method

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-0fb73774.md

latest1.2 KB
Original Source

GridControl.UnlockFireChanged() Method

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

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public void UnlockFireChanged()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub UnlockFireChanged

Remarks

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

See Also

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace