PocketPlanner Programmer's Guide

Appointment.DescriptionText Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override string DescriptionText { get; set; }

Visual Basic

Public Overrides Property DescriptionText As String

 Property Value

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

 Remarks

This property implements the DescriptionText property of the Item class and is equivalent to Details.

 See Also