Skip to main content

GetNodeDisplayValueEventArgs Properties

Provides data for the TreeList.GetNodeDisplayValue event.
Name Description
ChangedByUser Gets whether the user changed the value in an editor, or the value is changed in code. Inherited from CellValueChangedEventArgs.
Column Gets a column to which the cell processed by an event belongs. Inherited from CellEventArgs.
Node Gets the current Tree List node. Inherited from NodeEventArgs.
OldValue Inherited from CellValueChangedEventArgs.
Value Gets or sets the value contained within the processed cell.
See Also