PreviewableTextEditorAttributePreviewTemplate Property

When both the PreviewTemplate and the PreviewSources are provided, a preview text string may be generated. This will not be applied to items that have no value. Used in combination with PreviewSources[] like, String.Format( PreviewTemplate, PreviewSources ).

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string PreviewTemplate { get; set; }

Property Value

String

See Also