TreeListCustomNodeSortEventArgs(TreeListDataColumn, TreeListNode, TreeListNode) Constructor
Initializes a new instance of the TreeListCustomNodeSortEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public TreeListCustomNodeSortEventArgs(
TreeListDataColumn column,
TreeListNode node1,
TreeListNode node2
)
Parameters
Name | Type | Description |
---|---|---|
column | TreeListDataColumn | A TreeListDataColumn object that represents the column that contains the values to compare. This value is assigned to the TreeListCustomNodeSortEventArgs.Column property. |
node1 | TreeListNode | A TreeListNode object that represents the value of the first of the two nodes being compared. This value is assigned to the TreeListCustomNodeSortEventArgs.Node1 property. |
node2 | TreeListNode | A TreeListNode object that represents the value of the second of the two nodes being compared. This value is assigned to the TreeListCustomNodeSortEventArgs.Node2 property. |