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