ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / GetFilter Method

In This Topic
    GetFilter Method (DataGridColumn)
    In This Topic
    Gets the default filter of this column.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFilter() As IDataGridFilter
    public virtual IDataGridFilter GetFilter()

    Return Value

    The filter related to this column.
    Remarks
    You can override the default filter by setting the property Filter, or listening to the events FilterLoading of this column and C1DataGrid.FilterLoading.
    See Also