Version

AppointmentTooltipFormatString Property (WebMonthView)

The format string used to build text for the tooltip of an appointment.
Syntax
'Declaration
 
Public Property AppointmentTooltipFormatString As String
public string AppointmentTooltipFormatString {get; set;}
Remarks

Notes: That property may include literal characters and replacement-string flags which are defined as "FormatTag_Xxxx" constants in WebScheduleInfo class. Literal part of the format are passed directly to the "title" attribute of html-element with the exception of "
" flag which is replaced by the new-line character.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also