Search
Appointment.DescriptionText Property
See Also
 






Gets or sets the description text of the appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override string DescriptionText { get; set; }

Visual Basic  Copy Code

Public Overrides Property DescriptionText As String

 Property Value

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

 Remarks

This property is equivalent to Details.

 See Also