ComponentOne DataGrid for WPF and Silverlight
CanUserFilter Property (DataGridColumn)

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

Property Value

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

Reference

DataGridColumn Class
DataGridColumn Members