TreeListCustomColumnDisplayTextEventArgs Properties
Provides data for the TreeListView.CustomColumnDisplayText event.
Name | Description |
---|---|
Column | Gets the column which owns the processed cell. |
Display |
Gets or sets the display text for the cell currently being processed. |
Node | Gets the node which owns the processed cell. |
Show |
|
Value | Gets the processed cell's value. |
See Also