Skip to main content

CustomNavigatorDescriptor interface

Namespace: NextDesign.Desktop.CustomUI

Description

A type descriptor for a custom navigator.

Affiliation area

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

Inherit Base

NameDescription
CustomDescriptorBaseBase for custom UI type descriptors.

Property

NameDescription
ConfigsBehavior options for navigator.
DisplayNameThe display name of the navigator.
DisplayOrderThe display position of the navigator.
IconNavigator icon.
Please implement to return a string in pack-uri format.
IsEnabledFuncEvaluation function for whether the navigator is visible.
If no evaluation function is specified, treat it as always returning true.