C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1FilterField Class / FilterCustomOperator Property

FilterCustomOperator Property
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
 

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