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

TreeListCustomNodeSortEventArgs Properties

Provides data for the ASPxTreeList.CustomNodeSort event.
Name Description
Column Gets the column whose values are being compared.
Handled Gets or sets whether a comparison operation is handled, and therefore no default processing is required.
Node1 Gets the first node whose value is being compared.
Node2 Gets the second node whose value is being compared.
Result Gets or sets the result of a custom comparison.
SortOrder Gets the sort order applied to the column being processed.
See Also