Back to Devexpress

CellValueChangedEventArgs Properties

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

latest1.4 KB
Original Source

CellValueChangedEventArgs Properties

Provides data for the TreeList.CellValueChanged and TreeList.CellValueChanging events.

NameDescription
ChangedByUserGets whether the user changed the value in an editor, or the value is changed in code.
ColumnGets a column to which the cell processed by an event belongs. Inherited from CellEventArgs.
NodeGets the current Tree List node. Inherited from NodeEventArgs.
OldValue
ValueGets the new value assigned to a cell.

See Also

CellValueChangedEventArgs Class

CellValueChangedEventArgs Members

DevExpress.XtraTreeList Namespace