Skip to main content

CustomFinderDescriptor.IsTargetFunc property

Namespace: NextDesign.Desktop.CustomUI

Description

An evaluation function that determines whether to use a custom finder. If no merit function is specified, it is treated as always returning true.

Func <IModel, string, bool\> IsTargetFunc {get; set;}

type

  • Funk <IModel, string, bool>