Back to Devexpress

TreeListCellValueChangedEventArgs.OldValue Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistcellvaluechangedeventargs.md

latest1.3 KB
Original Source

TreeListCellValueChangedEventArgs.OldValue Property

Gets the cell’s previous value.

Namespace : DevExpress.Xpf.Grid.TreeList

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object OldValue { get; }
vb
Public ReadOnly Property OldValue As Object

Property Value

TypeDescription
Object

An object that is the cell’s previous value.

|

Remarks

The cell’s new value is returned by the TreeListCellValueEventArgs.Value property.

See Also

TreeListCellValueChangedEventArgs Class

TreeListCellValueChangedEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace