Table of Contents

Enum ItemContainerElement<T>.FindItemFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies flags that modify the behavior of item search operations.

[Flags]
public enum ItemContainerElement<T>.FindItemFlags

Fields

IgnoreCase = 1

Specifies that string comparisons should ignore case differences.

None = 0

Represents the absence of any specific options or flags.

TrimText = 2

Specifies 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.