DataFormatterBaseAsReadOnly Method

Spotfire 15.0 API Reference
Returns the given formatter if already read-only, otherwise a read-only copy.

Namespace:  Spotfire.Dxp.Data.Formatters
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public static DataFormatterBase AsReadOnly(
	DataFormatterBase formatter
)

Parameters

formatter
Type: Spotfire.Dxp.Data.FormattersDataFormatterBase
A formatter.

Return Value

Type: DataFormatterBase
A read-only formatter.
Version Information


See Also

Reference