Enum TextComparison
A list of all possible filtering conditions used in TextComparison.
Namespace: Telerik.Pivot.Core.Filtering
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public enum TextComparison
BeginsWith
TextComparison that checks if a string begins with a specific pattern.
Contains
TextComparison that checks if a string contains a specific pattern.
DoesNotBeginWith
TextComparison that checks if a string does not begin with a specific pattern.
DoesNotContain
TextComparison that checks if a string does not contain a specific pattern.
DoesNotEndWith
TextComparison that checks if a string does not end with a specific pattern.
EndsWith
TextComparison that checks if a string ends with a specific pattern.