VirtualTreeSetCellValueInfo.Cancel Property
In This Article
Gets or sets whether the new value is discarded.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the new value is discarded; otherwise, false. |
#Remarks
If the new value should be discarded by the business object, set the Cancel property to true. In this instance, the Tree List control will perform a rollback to the old data in the current cell.
See Also