Back to Devexpress

VirtualTreeGetCellValueInfo Properties

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

latest1.6 KB
Original Source

VirtualTreeGetCellValueInfo Properties

Provides data for the TreeList.VirtualTreeGetCellValue event.

NameDescription
CellDataGets or sets the current cell value (when VirtualTreeGetCellValueInfo.IsCheckState is false ) or the node’s check state (when VirtualTreeGetCellValueInfo.IsCheckState is true ).
ColumnGets the column that contains the cell currently being processed.
IsCheckStateGets whether the TreeList.VirtualTreeGetCellValue event/ IVirtualTreeListData.VirtualTreeGetCellValue interface method is currently fired for you to provide a node’s check state.
NodeGets an instance of the business object being currently processed.

See Also

VirtualTreeGetCellValueInfo Class

VirtualTreeGetCellValueInfo Members

DevExpress.XtraTreeList Namespace