CustomNavigatorDescriptor interface
Namespace: NextDesign.Desktop.CustomUI
Description
Custom navigator type descriptor.
Affiliation area
Name | Description |
---|---|
Custom UI | APIs to access the custom UI. |
Inherit Base
Name | Description |
---|---|
CustomDescriptorBase | The base of the custom UI type descriptor. |
Property
Name | Description |
---|---|
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. |