'Declaration
Public Enum StringFilterType Inherits System.Enum
'Usage
Dim instance As StringFilterType
public enum StringFilterType : System.Enum
'Declaration
Public Enum StringFilterType Inherits System.Enum
'Usage
Dim instance As StringFilterType
public enum StringFilterType : System.Enum
Member | Description |
---|---|
Contains | The filter will only let through items that contain the specified value. |
Custom | The filter will be based on a custom condition. |
EndsWith | The filter will only let through items that end with the specified value. |
Equals | The filter will only let through items that match the specified value. |
NotContain | The filter will only let through items that do not contain the specified value. |
NotEqual | The filter will only let through items that do not match the specified value. |
StartsWith | The filter will only let through items that start with the specified value. |
System.Object
System.ValueType
System.Enum
Xceed.Maui.Toolkit.StringFilterType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2