CustomFinderDescriptor.IsTargetFunc property
Namespace: NextDesign.Desktop.CustomUI
Description
Evaluation function that determines whether to use a custom finder.
If no evaluation function is specified, it is treated as always returning true.
Func<IModel, string, bool> IsTargetFunc { get; set; }
Type
- Func<IModel, string, bool>