Summary
Specifies a culture-sensitive, case-insensitive 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.CurrentCultureIgnoreCase
as
the string comparison criteria.
- Namespace
- Avalonia
.Controls - Containing Type
- Auto
Complete Filter Mode
Syntax
StartsWith
Constant Value
Value | Type |
---|---|
1 | Int32 |