Skip to main content

GridControl.FireChanged() Method

Forces an update to the control’s properties that are listed within the property grid at design time.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void FireChanged()
See Also