ComponentOne DataGrid for WPF and Silverlight
CanUserSort Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : CanUserSort Property
Gets or sets a value indicating whether the user can sort by this column.
Syntax
'Declaration
 
Public Property CanUserSort As System.Boolean
public System.bool CanUserSort {get; set;}

Property Value

true if the user can sort by this column; otherwise, false.
See Also

Reference

DataGridColumn Class
DataGridColumn Members