SortDescription.Direction 속성

정의

오름차순으로 정렬할지 아니면 내림차순으로 정렬할지를 나타내는 값을 가져오거나 설정합니다.

public:
 property System::ComponentModel::ListSortDirection Direction { System::ComponentModel::ListSortDirection get(); void set(System::ComponentModel::ListSortDirection value); };
public System.ComponentModel.ListSortDirection Direction { get; set; }
member this.Direction : System.ComponentModel.ListSortDirection with get, set
Public Property Direction As ListSortDirection

속성 값

오름차순으로 정렬할지 아니면 내림차순으로 정렬할지를 나타낼 ListSortDirection 값입니다.

적용 대상