Back to Devexpress

VirtualTreeSetCellValueInfo.Cancel Property

windowsforms-devexpress-dot-xtratreelist-dot-virtualtreesetcellvalueinfo-a392b972.md

latest1.4 KB
Original Source

VirtualTreeSetCellValueInfo.Cancel Property

Gets or sets whether the new value is discarded.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
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

VirtualTreeSetCellValueInfo Class

VirtualTreeSetCellValueInfo Members

DevExpress.XtraTreeList Namespace