Search
Appointment.HeaderText Property
See Also
 






Gets or sets the header text of the appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override string HeaderText { get; set; }

Visual Basic  Copy Code

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 is equivalent to Subject.

 See Also