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

CustomDataUpdateFormatConditionEventArgs.NewValue Property

Gets the new cell value.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public object NewValue { get; }

Property Value

Type Description
Object

A Object representing the new value.

Remarks

The CustomDataUpdateFormatConditionEventArgs class introduces the CustomDataUpdateFormatConditionEventArgs.OldValue and NewValue properties, which store the previous cell value and the new value (after the cell data has been updated).

See Also