Back to Devexpress

VirtualTreeSetCellValueInfo Properties

windowsforms-devexpress-dot-xtratreelist-dot-virtualtreesetcellvalueinfo-dot-underscore-properties.md

latest1.9 KB
Original Source

VirtualTreeSetCellValueInfo Properties

Provides data for the TreeList.VirtualTreeSetCellValue event.

NameDescription
CancelGets or sets whether the new value is discarded.
ColumnGets the column that contains the cell being currently processed.
IsCheckStateGets whether the TreeList.VirtualTreeGetCellValue event/ IVirtualTreeListData.VirtualTreeGetCellValue interface method is currently fired for you to save a node’s check state.
NewCellDataGets the new cell value (when VirtualTreeSetCellValueInfo.IsCheckState is false ) or the node’s new check state (when VirtualTreeSetCellValueInfo.IsCheckState is true ).
NodeGets an instance of the business object being currently processed.
OldCellDataGets the current cell’s old data.

See Also

VirtualTreeSetCellValueInfo Class

VirtualTreeSetCellValueInfo Members

DevExpress.XtraTreeList Namespace