FilterEscape Property (C1DataColumn)
In This Topic
Gets or sets the characters that should be ignored when applying the filter criteria to the datasource.
Syntax
'Declaration
Public Property FilterEscape As System.String
public System.string FilterEscape {get; set;}
See Also