Enum SearchHandlerType
Available search handler modes.
Namespace: Unity.Properties.UI
Syntax
public enum SearchHandlerType
Fields
| Name | Description | Value |
|---|---|---|
| sync | The search handler will perform the filtering synchronously. |
0 |
| async | The search handler will perform the filtering asynchronously. |
1 |