DataGridColumn.CanUserSort 属性

定义

获取或设置一个值,该值指示用户能否通过单击列标题对列进行排序。

public:
 property bool CanUserSort { bool get(); void set(bool value); };
public bool CanUserSort { get; set; }
member this.CanUserSort : bool with get, set
Public Property CanUserSort As Boolean

属性值

如果用户可对列进行排序,则为 true;否则为 false。 已注册的默认值为 true。 有关可能影响该值的因素的信息,请参见 DependencyProperty

注解

可以通过设置 属性为所有列设置 DataGrid.CanUserSortColumns 此排序行为。 DataGridColumn.CanUserSort如果 同时设置了 属性和 DataGrid.CanUserSortColumns 属性,则 的值false优先于 的值true

适用于

另请参阅