Skip to main content
A newer version of this page is available. .

TreeListColumnDisplayTextEventArgs(TreeListDataColumn, String, Object) Constructor

Initializes a new instance of the TreeListColumnDisplayTextEventArgs class with specified settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

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