Skip to main content

GetNodeDisplayValueEventArgs(TreeListColumn, TreeListNode) Constructor

Initializes a new instance of the GetNodeDisplayValueEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public GetNodeDisplayValueEventArgs(
    TreeListColumn column,
    TreeListNode node
)

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