GetNodeDisplayValueEventArgs(TreeListColumn, TreeListNode) Constructor
Initializes a new instance of the GetNodeDisplayValueEventArgs class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | TreeListColumn | A TreeListColumn object representing the column which owns the cell being processed. This value is assigned to the CellEventArgs.Column property. |
node | TreeListNode | A TreeListNode object which represents a Tree List node whose cell is being processed. This value is assigned to the NodeEventArgs.Node property. |
See Also