TreeListColumnDisplayTextEventArgs(TreeListDataColumn, String, Object) Constructor
Initializes a new instance of the TreeListColumnDisplayTextEventArgs class with specified settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public TreeListColumnDisplayTextEventArgs(
TreeListDataColumn column,
string nodeKey,
object value
)
Parameters
| Name | Type | Description |
|---|---|---|
| column | TreeListDataColumn | A TreeListDataColumn object that is a column in the tree list. |
| nodeKey | String | A string object representing the node key. |
| value | Object | An object representing the cell value. |
See Also