ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / FilterDescription Class / Converter Property

In This Topic
    Converter Property (FilterDescription)
    In This Topic
    Get or sets the Converter of the property Name to be filtered.
    Syntax
    'Declaration
     
    
    Public Property Converter As IValueConverter
    public IValueConverter Converter {get; set;}
    See Also