TreeListColumnDisplayTextEventArgs Properties
Provides data for the ASPxTreeList.CustomColumnDisplayText event.
Name | Description |
---|---|
Column | Gets the processed column. |
Display |
Enables you to set a custom text for the cell currently being processed. |
Encode |
Gets or sets a value that specifies whether the cell display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. |
Node |
Gets the processed node’s key value. |
Value | Gets the edit value of the cell currently being processed. |
See Also