Skip to main content

GridControl.LockFireChanged() Method

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Remarks

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

See Also