Skip to main content
All docs
V25.1
  • CellValueChangedEventArgs.IsReset Property

    Gets whether the cell’s property value is reset when a user clicks the Reset context menu’s item. In this case, the PropertyDescriptor.ResetValue(Object) is called.

    Namespace: DevExpress.Xpf.PropertyGrid

    Assembly: DevExpress.Xpf.PropertyGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PropertyGrid

    Declaration

    public bool IsReset { get; }

    Property Value

    Type Description
    Boolean

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

    See Also