AutoCompleteFilterMode.

StartsWithOrdinalCaseSensitive Field

Summary

Specifies an ordinal, 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.Ordinal as the string comparison criteria.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteFilterMode

Syntax

StartsWithOrdinalCaseSensitive

Constant Value

Value Type
4 Int32