ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / Filter Property

In This Topic
    Filter Property (DataGridColumnHeaderPresenter)
    In This Topic
    Gets or sets the filter used to filter the data in the column.
    Syntax
    'Declaration
     
    
    Public Property Filter As IDataGridFilter
    public IDataGridFilter Filter {get; set;}

    Property Value

    The filter.
    See Also