This enum is used in RadListControl.FindString() to determine whether an item is searched via the text property set by the user or the text provided by the data binding logic.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum ItemTextComparisonMode
Fields
C#
DataText = 0
C#
UserText = 1