Skip to main content

CustomInspectorDescriptor interface

Namespace: NextDesign.Desktop.CustomUI

Description

A type descriptor for a custom inspector.

Affiliation area

NameDescription
Custom UIA group of APIs to access the custom UI.

Inherit Base

NameDescription
CustomDescriptorBaseBase for custom UI type descriptors.

Property

NameDescription
ConfigsInspector behavior options.
DisablingInspectorIdsIds of inspectors to disable (hide).
Disabled while this custom inspector is registered.
DisplayNameThe display name of the inspector.
DisplayOrderDisplay order of inspectors.
You can specify the display order before or after the built-in inspector.
IsEnabledFuncEvaluation function for whether the inspector is enabled.
If no evaluation function is specified, treat it as always returning true.