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

In This Topic
    FilterType Property (DataGridFilterInfo)
    In This Topic
    The FilterType this FilterInfo applies to: e.g. Text, CheckBox
    Syntax
    'Declaration
     
    
    Public Property FilterType As DataGridFilterType
    public DataGridFilterType FilterType {get; set;}
    See Also