ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / FilterState Property

In This Topic
    FilterState Property
    In This Topic
    Gets the filter state of this column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterState As DataGridFilterState
    public DataGridFilterState FilterState {get;}
    Remarks
    Use C1DataGrid.FilterBy to change the filter criteria.
    See Also