ComponentOne DataGrid for WPF and Silverlight
CanUserFilter Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CanUserFilter Property
Gets or sets a value indicating whether the user is able to filter a column by opening the corresponding filter popup in the column header.
Syntax
'Declaration
 
Public Property CanUserFilter As System.Boolean
public System.bool CanUserFilter {get; set;}
Remarks
If set to false, no filter will be shown, otherwise will depend on the specific column filter availability.
See Also

Reference

C1DataGrid Class
C1DataGrid Members