CustomNavigatorDescriptor interface
Namespace: NextDesign.Desktop.CustomUI
Description
A type descriptor for a custom navigator. 
Affiliation area
| Name | Description | 
|---|---|
| Custom UI | A group of APIs to access the custom UI. | 
Inherit Base
| Name | Description | 
|---|---|
| CustomDescriptorBase | Base for custom UI type descriptors. | 
Property
| Name | Description | 
|---|---|
| Configs | Behavior options for navigator. | 
| DisplayName | The display name of the navigator. | 
| DisplayOrder | The display position of the navigator. | 
| Icon | Navigator icon. Please implement to return a string in pack-uri format. | 
| IsEnabledFunc | Evaluation function for whether the navigator is visible. If no evaluation function is specified, treat it as always returning true. |