DashboardFormatProviderGetFormat Method

Provides the dashboard formatter when custom formatter is requested.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public Object GetFormat(
	Type formatType
)

Parameters

formatType  Type
The type of formatter needed.

Return Value

Object
The formatter.

See Also