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 | Specifies whether text corresponding to a null value appears faded. |
Value | Gets the processed cell’s value. |
See Also