PocketPlanner Programmer's Guide

Calendar.ContactNameFormat Property

See Also

Gets or sets how to format and display contact names in the timetable header.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public string ContactNameFormat { get; set; }

Visual Basic

Public Property ContactNameFormat As String

 Property Value

A string specifying the name format. The default is "F M L".

 Remarks

Use the capital letters F, M and L as placeholders for the First, Middle and Last names. Any other character will be displayed unchanged.

 See Also