Back to Devexpress

GridControl.LockFireChanged() Method

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-1aea540c.md

latest1.2 KB
Original Source

GridControl.LockFireChanged() Method

Prevents change notifications from being sent until the GridControl.UnlockFireChanged method is called.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

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