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

VirtualTreeSetCellValueInfo.OldCellData Property

Gets the current cell’s old data.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public object OldCellData { get; }

Property Value

Type Description
Object

An object that specifies the current cell’s old data.

See Also