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

In This Topic
    FilterState Property (DataGridComboBoxColumn)
    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