Skip to main content

CustomInspectorDescriptor.IsEnabledFunc property

Namespace: NextDesign.Desktop.CustomUI

Description

Evaluation function for whether the inspector is enabled.
If no evaluation function is specified, it is treated as always returning true.

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

Type

  • Func<object, bool>