IBindingList.SortDirection Свойство
Определение
Возвращает направление сортировки.Gets the direction of the sort.
public:
property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };
public System.ComponentModel.ListSortDirection SortDirection { get; }
member this.SortDirection : System.ComponentModel.ListSortDirection
Public ReadOnly Property SortDirection As ListSortDirection
Значение свойства
Одно из значений перечисления ListSortDirection.One of the ListSortDirection values.
Исключения
SupportsSorting имеет значение false
.SupportsSorting is false
.
Комментарии
Это свойство поддерживается, если SupportsSorting имеет значение true
; в противном случае это свойство создает исключение NotSupportedException .This property is supported if SupportsSorting is true
; otherwise, this property throws a NotSupportedException.