Skip to main content
A newer version of this page is available. .

PropertyGridControl.CellValueChanging Event

Fires when the updated cell value is about to be posted. Set the e.Cancel property to true to cancel the posting operation.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public event CellValueChangingEventHandler CellValueChanging

Event Data

The CellValueChanging event's data class is DevExpress.Xpf.PropertyGrid.CellValueChangingEventArgs.

See Also