[]
Specifies a column to be sorted and the sort direction.
public class UnboundSortDescription : INotifyPropertyChanged
Name | Description |
---|---|
UnboundSortDescription() | Initializes a new instance of a UnboundSortDescription. |
UnboundSortDescription(Column, ListSortDirection) | Initializes a new instance of a UnboundSortDescription. |
Name | Description |
---|---|
Column | Gets or sets the column to sort the list by. |
Direction | Gets or sets the sort direction. |
Name | Description |
---|---|
OnPropertyChanged(string) | Raises the PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Occurs when the value of a property changes. |