VisualFactoryGetDisplayNameCore Method

Spotfire 14.3 API Reference
Gets a string to be displayed in the user interface at the access points for creating visuals via this factory. By default, the application will use the DisplayName property of the CustomTypeIdentifier associated with this class. Override this method and return a non empty string to show something else.

Namespace:  Spotfire.Dxp.Application.Extension
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
protected virtual string GetDisplayNameCore()

Return Value

Type: String
A string to shown in the user interface for this factory.
Remarks

Note that the default behavior does not fully support localization, as the CustomTypeIdentifier is static and will only have one value for the DisplayName property. To support multiple locales it is recommended to implement this method.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference