ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridFilterTextInfo Class / FilterType Property

In This Topic
    FilterType Property (DataGridFilterTextInfo)
    In This Topic
    The FilterType this FilterInfo applies to: Text or MultiValue
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property FilterType As DataGridFilterType
    public new DataGridFilterType FilterType {get;}
    See Also