[]
Specifies that this object supports a sorting.
public interface ISupportSorting
| Name | Description |
|---|---|
| AllowSorting | Gets or sets a value that indicates whether the user is allowed to sort columns using the mouse. |
| Name | Description |
|---|---|
| Sort(int, SortDirection) | Sorts the view contents based on a column. |
| Sort(string, SortDirection) | Sorts the view contents based on a column. |
| Name | Description |
|---|---|
| Sorted | Occurs when the view was sorted. |