Click or drag to resize

PFExcelDataExporter_SourceUseFriendlyValues Property

Gets or sets a value indicating whether rendering should use friendly values. Is set true, will use display text values for fields, Item's html helper or custom set renderer. CustomFieldRenderer

If set false, will use raw values. this is usefull for later importation.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public bool UseFriendlyValues { get; set; }

Property Value

Type: Boolean
true if friendly values are used for rendering; otherwise, false.
See Also