Skip to main content
A newer version of this page is available. .

GetNodeDisplayValueEventArgs Properties

Provides data for the TreeList.GetNodeDisplayValue event.
Name Description
ChangedByUser 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.
Value Gets or sets the value contained within the processed cell.
See Also