Skip to main content
All docs
V23.2

CellValueChangingEventArgs.IsReset Property

Gets whether the cell’s property value is about to be reset when a user click the Reset context menu’s item. In this case, the CellValueChanging event argument’s NewValue and OldValue are equal.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public bool IsReset { get; }

Property Value

Type Description
Boolean

true, if the cell’s property value will be reset; otherwise, false.

See Also