PocketPlanner Programmer's Guide

Appointment.HeaderText Property

See Also

Gets or sets the header text displayed for this appointment by scheduling controls.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override string HeaderText { get; set; }

Visual Basic

Public Overrides Property HeaderText As String

 Property Value

A string containing the appointment's header text. The default is an empty string.

 Remarks

This property implements the Item's class HeaderText property and is equivalent to Subject.

 See Also