Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VirtualTreeSetCellValueInfo Properties

Provides data for the TreeList.VirtualTreeSetCellValue event.
Name Description
Cancel Gets or sets whether the new value is discarded.
Column Gets the column that contains the cell being currently processed.
IsCheckState Gets whether the TreeList.VirtualTreeGetCellValue event/IVirtualTreeListData.VirtualTreeGetCellValue interface method is currently fired for you to save a node’s check state.
NewCellData Gets the new cell value (when VirtualTreeSetCellValueInfo.IsCheckState is false) or the node’s new check state (when VirtualTreeSetCellValueInfo.IsCheckState is true).
Node Gets an instance of the business object being currently processed.
OldCellData Gets the current cell’s old data.
See Also