Enum ItemContainerElement<T>.FindItemFlags
Specifies flags that modify the behavior of item search operations.
[Flags]
public enum ItemContainerElement<T>.FindItemFlags
Fields
IgnoreCase = 1Specifies that string comparisons should ignore case differences.
None = 0Represents the absence of any specific options or flags.
TrimText = 2Specifies that whitespace should be trimmed from the beginning and end of the search text.
Remarks
These flags can be combined using a bitwise OR operation to customize the search behavior.