NodeSortArgs Properties
Populates the command bound to the CustomColumnSortCommand property with data.Name | Description |
---|---|
FieldName | Gets the field name whose values are compared. Inherited from SortArgs. |
FirstItem | Gets a record that contains the FirstValue. Inherited from SortArgs. |
FirstPath | Gets a path to the node that contains the FirstValue. This path starts with the processed node and includes all its parent nodes. |
FirstValue | Gets the first compared value. Inherited from SortArgs. |
Result | Gets or sets the result of a custom comparison. Inherited from SortArgs. |
SecondItem | Gets a record that contains the SecondValue. Inherited from SortArgs. |
SecondPath | Gets a path to the node that contains the SecondValue. This path starts with the processed node and includes all its parent nodes. |
SecondValue | Gets the second compared value. Inherited from SortArgs. |
SortOrder | Gets the sort order applied to the column. Inherited from SortArgs. |
See Also