ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / CanUserFilter Property

In This Topic
    CanUserFilter Property (C1DataGrid)
    In This Topic
    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 Boolean
    public 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