DisplayColumnAttribute.SortDescending 속성

정의

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

public:
 property bool SortDescending { bool get(); };
public bool SortDescending { get; }
member this.SortDescending : bool
Public ReadOnly Property SortDescending As Boolean

속성 값

열이 내림차순으로 정렬되면 true이고, 그렇지 않으면 false입니다.

적용 대상