Skip to main content

CustomNavigatorDescriptor.IsEnabledFunc property

Namespace: NextDesign.Desktop.CustomUI

Description

Evaluation function to determine whether the navigator is to be displayed.
If no evaluation function is specified, it is treated as always returning true.

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

Type

  • Func<IProject, bool>