TreeListCellValidationEventArgs.CellValue Property
In This Article
Gets the cell's old valid value.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that is the cell's old valid value. |
#Remarks
When handling theTreeListView.ValidateCell event, the cell's current value is not saved to a data source until it is validated. The event parameter's CellValue property returns the cell's old valid value. The current value which is being validated is returned by the event parameter's ValidationEventArgs.Value property.
See Also