Skip to main content

CustomNavigatorDescriptor interface

Namespace: NextDesign.Desktop.CustomUI

Description

Custom navigator type descriptor.

Affiliation area

NameDescription
Custom UI APIs to access the custom UI.

Inherit Base

NameDescription
CustomDescriptorBase The base of the custom UI type descriptor.

Property

NameDescription
Configs Navigator behavior options.
DisplayName Navigator display name.
DisplayOrder Navigator display position.
Icon Navigator icon.
Implement to return a string in pack-uri format.
IsEnabledFunc Evaluation function of whether the navigator is the display target.
If the evaluation function is not specified, it is always treated as returning true.