ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewFilterEventArgs Class / Operators Property

In This Topic
    Operators Property
    In This Topic
    Gets a dictionary containing field name / filter operator pairs.
    Syntax
    'Declaration
     
    Public ReadOnly Property Operators As System.Collections.Specialized.IOrderedDictionary
    public System.Collections.Specialized.IOrderedDictionary Operators {get;}
    See Also