AutoCompleteFilterMode.

StartsWithCaseSensitive Field

Summary

Specifies a culture-sensitive, case-sensitive filter where the returned items start with the specified text. The filter uses the System.String.StartsWith(System.String,System.StringComparison) method, specifying System.StringComparer.CurrentCulture as the string comparison criteria.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteFilterMode

Syntax

StartsWithCaseSensitive

Constant Value

Value Type
2 Int32