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

In This Topic
    FilterCustomOperator Property
    In This Topic
    Gets or sets value that will be used as filter operator when the FilterOperator property is equal to the FilterOperator.Custom value.
    Syntax
    'Declaration
     
    Public Overridable Property FilterCustomOperator As System.String
    public virtual System.string FilterCustomOperator {get; set;}

    Property Value

    The default value is an empty string (""), which indicates that this property is not set.
    Remarks
    The string can be any literal string and can contain two placeholders: DataField name and current FilterValue value.
    Example
    "[{0}] LIKE '{1}*'"
    See Also