Back to Devexpress

GridControl.FireChanged() Method

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-d739fa31.md

latest1.0 KB
Original Source

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.v25.2.dll

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

Declaration

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

See Also

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace