Click or drag to resize

PFExcelDataExporter_SourceCustomFieldRenderer Property

Gets or sets the custom field value renderer. Will be called in place of the PFItemHtmlHelper if not null and [!:Packflow.Interface.Office.PFExcelDataExporter_Source.UserFriendlyValues] is set true.
Note Note
This applies only to your object instance.
Hence,network data synchronization from excel won't call the delegate set here.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[IgnoreDataMemberAttribute]
public PFExcelDataExporter_SourcePFExcelDataExporter_FieldRenderer CustomFieldRenderer { get; set; }

Property Value

Type: PFExcelDataExporter_SourcePFExcelDataExporter_FieldRenderer
The custom field renderer.
See Also