Class StringMode
Specifies different types of comparision mode to display the drop-down hint
Inheritance
System.Object
StringMode
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class StringMode : Enum
Fields
AnyChar
Compares Substring
Declaration
public const StringMode AnyChar
Field Value
Type |
---|
StringMode |
IndexBased
Comparison Starting From Specific Index
Declaration
public const StringMode IndexBased
Field Value
Type |
---|
StringMode |
StartChar
Comarison Starts From starting Index
Declaration
public const StringMode StartChar
Field Value
Type |
---|
StringMode |