Skip to main content

CustomInspectorDescriptor.IsEnabledFunc property

Namespace: NextDesign.Desktop.CustomUI

Description

Evaluation function of whether the inspector is valid. If no merit function is specified, it is treated as always returning true.

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

type

  • Funk <object, bool>