TreeListCustomColumnSortEventArgs Properties
Provides data for the TreeListView.CustomColumnSort event.| Name | Description |
|---|---|
| Column | Gets the column whose values are being compared. |
| Handled | Gets or sets whether a comparison operation is handled, and no default processing is required. |
| Node1 | Gets the first of the two nodes being compared. |
| Node2 | Gets the second of the two nodes being compared. |
| Result | Gets or sets the result of a custom comparison. |
| SortOrder | Gets the sort order applied to the column. |
| Value1 | Gets the first value being compared. |
| Value2 | Gets the second value being compared. |
See Also