CanUserSort Property (DataGridColumn)
In This Topic
Gets or sets a value indicating whether the user can sort by this column.
Syntax
'Declaration
Public Property CanUserSort As Boolean
public bool CanUserSort {get; set;}
Property Value
true
if the user can sort by this column; otherwise,
false
.
See Also