ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class / FilterOperator Property

In This Topic
    FilterOperator Property
    In This Topic
    An operation set for filtering. Must be either one of the embedded operators or custom filter operator.
    Syntax
    'Declaration
     
    Public Property FilterOperator As FilterOperator
    public FilterOperator FilterOperator {get; set;}
    See Also