Skip to main content

TreeListCustomColumnDisplayTextEventArgs Properties

Provides data for the TreeListView.CustomColumnDisplayText event.
Name Description
Column Gets the column which owns the processed cell.
DisplayText Gets or sets the display text for the cell currently being processed.
Node Gets the node which owns the processed cell.
ShowAsNullText
Value Gets the processed cell's value.
See Also