ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridTextFilter Class / SupportedOperations Property

In This Topic
    SupportedOperations Property
    In This Topic
    Gets the list of supported operations.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SupportedOperations As List(Of DataGridTextFilterEntry)
    public List<DataGridTextFilterEntry> SupportedOperations {get;}
    See Also