DisplayColumnAttribute.SortDescending 属性

定义

获取一个值,该值指示是按升序还是降序进行排序。

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

属性值

如果将按降序对列进行排序,则为 true;否则为 false

适用于