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