DataGridColumn.CanUserSort Property

Definition

Gets or sets a value indicating whether the user can sort the column by clicking the column header.

public bool CanUserSort { get; set; }
member this.CanUserSort : bool with get, set
Public Property CanUserSort As Boolean

Property Value

True if the user can sort the column; false if the user cannot sort the column. The default is the current CanUserSortColumns property value.

Applies to