Skip to main content

CustomNavigatorDescriptor.IsEnabledFunc property

Namespace: NextDesign.Desktop.CustomUI

Description

Evaluation function of whether the navigator is the display target. If no merit function is specified, it is treated as always returning true.

Func <IProject, bool\> IsEnabledFunc {get; set;}

type

  • Funk <IProject, bool>