DataGridColumn.CanUserReorder 属性

定义

获取或设置一个值,该值指示用户能否通过拖放列标题来更改列的显示位置。

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

属性值

Boolean

如果用户可以将列标题拖到新位置,则为 true;否则为 false。 已注册的默认值为 true。 有关可能影响该值的因素的信息,请参见 DependencyProperty

注解

可以通过设置 DataGrid.CanUserReorderColumns 属性为所有列设置此重新排序行为。 DataGridColumn.CanUserReorder如果属性和DataGrid.CanUserReorderColumns属性都已设置,则值false优先于值true

适用于

另请参阅