Text Property
Description
The full fields filter as text.
Property type
Read-write property
Syntax
Visual Basic
Public Property Text As String
Remarks

In most places where a string-type Filter argument is passed to a method that selects items, for example to create a filtered list, it is this Text property that is passed to the method.

This text is displayed in the ALM user interface above the grid when a filter is set.

See Also